Skip to content

Commit

Permalink
Merge pull request #351 from SweepyBoop/iceform
Browse files Browse the repository at this point in the history
Allow Ice Form to config separately from Icy Veins
  • Loading branch information
jordonwow authored Mar 25, 2022
2 parents 376b39a + d3627c7 commit ca39f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Retail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ addon.Spells = {
[12042] = { type = BUFF_OFFENSIVE }, -- Arcane Power
[12051] = { type = BUFF_OFFENSIVE }, -- Evocation
[12472] = { type = BUFF_OFFENSIVE }, -- Icy Veins
[198144] = { type = BUFF_OFFENSIVE, parent = 12472 }, -- Ice Form
[198144] = { type = BUFF_OFFENSIVE }, -- Ice Form
[31661] = { type = CROWD_CONTROL }, -- Dragon's Breath
[45438] = { type = IMMUNITY }, -- Ice Block
[41425] = { type = BUFF_OTHER }, -- Hypothermia
Expand Down

0 comments on commit ca39f46

Please sign in to comment.