diff --git a/src/Modules/CalcSetup.lua b/src/Modules/CalcSetup.lua index f9ead33f1..868a7b19d 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -753,7 +753,7 @@ function calcs.initEnv(build, mode, override, specEnv) if item.jewelData then item.jewelData.limitDisabled = nil end - if item and item.type == "Jewel" and item.name:match("The Adorned, Crimson Jewel") then + if item and item.type == "Jewel" and item.name:match("The Adorned, Diamond") then env.modDB.multipliers["CorruptedMagicJewelEffect"] = item.jewelData.corruptedMagicJewelIncEffect / 100 end if item.limit and not env.configInput.ignoreJewelLimits then