Skip to content

Commit

Permalink
bcc: fix Death Wish spellID
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jul 2, 2021
1 parent 2beb935 commit 52ff68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BurningCrusade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ addon.Spells = {
[20230] = { type = IMMUNITY }, -- Retaliation
[1719] = { type = BUFF_OFFENSIVE }, -- Recklessness
[871] = { type = BUFF_DEFENSIVE }, -- Shield Wall
[12328] = { type = BUFF_OFFENSIVE }, -- Death Wish
[12292] = { type = BUFF_OFFENSIVE }, -- Death Wish
[23694] = { type = ROOT }, -- Improved Hamstring
[18499] = { type = BUFF_OFFENSIVE }, -- Berserker Rage
[20253] = { type = CROWD_CONTROL }, -- Intercept Stun
Expand Down

0 comments on commit 52ff68f

Please sign in to comment.