Skip to content

Commit

Permalink
Cooldowns: Fix Havoc Metamorphosis
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Jan 17, 2021
1 parent f8f30fb commit aeb6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cooldowns/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ data.spells = {
[195072] = {10, 1, 577}, -- Fel Rush
[204021] = {60, 1, 581}, -- Fiery Brand
[189110] = {20, 1, 581}, -- Infernal Strike
[187827] = {300, 1, 581}, -- Metamorphosis (Vengeance)
[187827] = {300, 1}, -- Metamorphosis (Vengeance)
[200166] = 187827, -- Metamorphosis (Havoc)
[188501] = {60, 1}, -- Spectral Sight
[198793] = {25, 1, 577}, -- Vengeful Retreat
Expand Down

0 comments on commit aeb6394

Please sign in to comment.