Skip to content

Commit

Permalink
Don't treat Mindbender as a CD by default (CD is only 60 seconds).
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 11, 2020
1 parent 76301e0 commit 5907bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/PriestShadow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ if UnitClassBase( "player" ) == "PRIEST" then
cooldown = function () return ( essence.vision_of_perfection.enabled and 0.87 or 1 ) * ( talent.mindbender.enabled and 60 or 180 ) end,
gcd = "spell",

toggle = "cooldowns",
toggle = function () return not talent.mindbender.enabled and "cooldowns" or nil end,

startsCombat = true,
texture = function () return talent.mindbender.enabled and 136214 or 136199 end,
Expand Down

0 comments on commit 5907bfb

Please sign in to comment.