Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small spells update #787

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ addon.Spells = {
[374776] = { type = CROWD_CONTROL }, -- Tightening Grasp (Silence)
[48707] = { type = IMMUNITY_SPELL }, -- Anti-Magic Shell
[410358] = { type = IMMUNITY_SPELL, parent = 48707 }, -- Anti-Magic Shell (Spellwarden)
[444741] = { type = IMMUNITY_SPELL, parent = 48707 }, -- Anti-Magic Shell (Horsemen's Aid)
[145629] = { type = BUFF_DEFENSIVE }, -- Anti-Magic Zone
[454863] = { type = BUFF_DEFENSIVE }, -- Lesser Anti-Magic Shell
[48265] = { type = BUFF_SPEED_BOOST }, -- Death's Advance
Expand Down Expand Up @@ -298,6 +299,7 @@ addon.Spells = {
[383121] = { type = CROWD_CONTROL }, -- Mass Polymorph
[122] = { type = ROOT }, -- Frost Nova
[33395] = { type = ROOT }, -- Freeze
[449700] = { type = ROOT }, -- Gravity Lapse (Wowhead labels it as a root mechanic)
[365362] = { type = BUFF_OFFENSIVE }, -- Arcane Surge
[12051] = { type = BUFF_OFFENSIVE }, -- Evocation
[12472] = { type = BUFF_OFFENSIVE }, -- Icy Veins
Expand Down