Skip to content

Commit

Permalink
added Combat Readiness and Strength of Soul (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poli93 authored Jul 22, 2024
1 parent be1b242 commit 6bb274e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ addon.Spells = {
[33206] = { type = BUFF_DEFENSIVE }, -- Pain Suppression
[14751] = { type = BUFF_DEFENSIVE }, -- Inner Focus
[87204] = { type = CROWD_CONTROL }, -- Sin and Punishment (VT dispel)
[96267] = { type = BUFF_DEFENSIVE }, -- Strength of Soul

-- Warlock

Expand Down Expand Up @@ -397,6 +398,7 @@ addon.Spells = {
[14177] = { type = BUFF_OFFENSIVE }, -- Cold Blood
[14251] = { type = BUFF_OTHER }, -- Riposte (Rogue)
[86759] = { type = CROWD_CONTROL }, -- Improved Kick (Rank 2)
[74001] = { type = BUFF_DEFENSIVE }, -- Combat Readiness

-- Warrior

Expand Down

0 comments on commit 6bb274e

Please sign in to comment.