Cataclysm: Five Mage debuffs are missing
piddi19900 opened this issue · 1 comments
Hi,
Very nice addon!
I have noticed that the following five mage spells are not selectable in the options, respectively they are not shown at the nameplate;
- Frostbolt (slows the target by 50%)
- Frostfirebolt (slows the target by 40%)
- Frostarmor (slows the target by 40%)
- Cone of Cold (slows the target by 70%)
- Improved Cone of Cold (new attack in the talent tree in cata, freezes the target 4 seconds)
Guess #703 includes the same topic in less words ;)
Thanks for the correction.
Hi,
I have solved by myself, I added the following codes to the lua file:
[116] = { type = ROOT }, -- Frostbolt
[44614] = { type = ROOT }, -- Frostfirebolt
[7321] = { type = ROOT }, -- Frostarmor
[120] = { type = ROOT }, -- Cone of Cold
[12486] = { type = ROOT }, -- Kälte
[12487] = { type = ROOT }, -- Eissplitter
[82691] = { type = ROOT }, -- Ring of Frost
[83302] = { type = ROOT }, -- Improved Cone of Cold
I have tested all, feel free to add it to the next addon update.