Skip to content

Commit

Permalink
add Combustion, Summon Gargoyle (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
stako authored Jul 5, 2024
1 parent 0490ce0 commit 2baa258
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local addonName, addon = ...

local BUFF_DEFENSIVE = "buffs_defensive"
local BUFF_OFFENSIVE = "buffs_offensive"
local DEBUFF_OFFENSIVE = "debuffs_offensive"
local BUFF_OTHER = "buffs_other"
local INTERRUPT = "interrupts"
local CROWD_CONTROL = "cc"
Expand Down Expand Up @@ -143,6 +144,10 @@ addon.Spells = {
[91802] = { type = INTERRUPT, duration = 2 }, -- Shambling Rush (pet dk kick)
[91797] = { type = CROWD_CONTROL }, -- Monstrous Blow (dk abom stun)

-- Cataclysm

[49206] = { type = DEBUFF_OFFENSIVE, }, -- Summon Gargoyle

-- Priest

-- WoTLK
Expand Down Expand Up @@ -358,6 +363,10 @@ addon.Spells = {
[12472] = { type = BUFF_OFFENSIVE }, -- Icy Veins
[87023] = { type = BUFF_OTHER, }, -- Cauterize

-- Cataclysm

[83853] = { type = DEBUFF_OFFENSIVE, }, -- Combustion

-- Rogue

-- WoTLK
Expand Down

0 comments on commit 2baa258

Please sign in to comment.