Skip to content

Commit

Permalink
Fix Havoc DH-Not recommending correct info unless talented into cycle…
Browse files Browse the repository at this point in the history
… of hatred for ST #2890
  • Loading branch information
Hekili committed Nov 11, 2023
1 parent 7ed7498 commit 80f1c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/DemonHunterHavoc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ spec:RegisterAbilities( {
metamorphosis = {
id = 191427,
cast = 0,
cooldown = function () return ( 180 - ( talent.rush_of_chaos.enabled and 30 or 0 ) ) * ( essence.vision_of_perfection.enabled and 0.87 or 1 ) - ( pvptalent.demonic_origins.up and 120 or 0 ) end,
cooldown = function () return ( 180 - ( talent.rush_of_chaos.enabled and 30 or 0 ) ) * ( essence.vision_of_perfection.enabled and 0.87 or 1 ) - ( pvptalent.demonic_origins.enabled and 120 or 0 ) end,
gcd = "spell",
school = "physical",

Expand Down

0 comments on commit 80f1c15

Please sign in to comment.