diff --git a/Dragonflight/PriestShadow.lua b/Dragonflight/PriestShadow.lua index d61edbba3..eb8722c66 100644 --- a/Dragonflight/PriestShadow.lua +++ b/Dragonflight/PriestShadow.lua @@ -1048,7 +1048,7 @@ spec:RegisterAbilities( { spend = function () if buff.mind_devourer.up then return 0 end - return 50 + ( talent.distorted_reality.enabled and 10 or 0 ) + ( talent.minds_eye.enabled and -5 or 0 ) + return 50 + ( talent.distorted_reality.enabled and 5 or 0 ) + ( talent.minds_eye.enabled and -5 or 0 ) end, spendType = "insanity",