Skip to content

Commit

Permalink
added Cauterize and moved Skull Bash to interrupts section (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poli93 authored Jun 10, 2024
1 parent 1fdccec commit b416b36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ addon.Spells = {
[26679] = { type = INTERRUPT, duration = 3 }, -- Deadly Throw
[6552] = { type = INTERRUPT, duration = 4 }, -- Pummel
[29443] = { type = INTERRUPT, duration = 10 }, -- Clutch of Foresight
[80965] = { type = INTERRUPT, duration = 4 }, -- Skull Bash (Cat)
[80964] = { type = INTERRUPT, duration = 4 }, -- Skull Bash (Bear)

-- Death Knight

Expand Down Expand Up @@ -237,8 +239,6 @@ addon.Spells = {
-- Cataclysm

[96231] = { type = INTERRUPT, duration = 4 }, -- Rebuke
[80965] = { type = INTERRUPT, duration = 4 }, -- Skull Bash (Cat)
[80964] = { type = INTERRUPT, duration = 4 }, -- Skull Bash (Bear)

-- Hunter

Expand Down Expand Up @@ -339,6 +339,7 @@ addon.Spells = {
[12043] = { type = BUFF_OFFENSIVE }, -- Presence of Mind
[33395] = { type = ROOT }, -- Freeze
[12472] = { type = BUFF_OFFENSIVE }, -- Icy Veins
[87023] = { type = BUFF_OTHER, }, -- Cauterize

-- Rogue

Expand Down

0 comments on commit b416b36

Please sign in to comment.