Druid moonkin form shapeshift has wrong spellid per spec in the Utils.lua shapeshiftForms table
Squishes opened this issue ยท 4 comments
The spellid for Moonkin Form changes per spec as follows:
Balance: 24858
Feral and Guardian: 197488
Resto Spec: 197625
Currently, Clicked is using the same spellid for all specs which causes bindings using Moonkin Form as a load option to not load properly.
Hm, thanks will fix right now, do you know if the spell IDs for all other forms does stay the same?
For Feral and Guardian the Spell ID looks to be the same as Resto for me:
102 = balance
103 = feral
104 = guardian
105 = resto
Edit:
Ah, 197488
is for the Balance Affinity talent
Sorry about the confusion there.. I checked the wrong thing for those two >< I'm gonna blame being sick.