From 2818fb11eb38bea1a05538f2e7854e2faf156144 Mon Sep 17 00:00:00 2001 From: scizzydo <34661795+scizzydo@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:18:23 -0700 Subject: [PATCH] Fix spend cost devouring plague --- Dragonflight/PriestShadow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",