- Joined
- Feb 27, 2011
- Messages
- 5,395
- Reaction score
- 393
Code:
Logging.Write(WoWSpell.FromId(19386).Mechanic.ToString()); //returns none, should be "Alseep"
Logging.Write(WoWSpell.FromId(835).Mechanic.ToString()); //returns none, should be "Stunned"
I'll open a bug ticket for this, but im not 100% if this is an issue, but it has seem to broken the trinketracial plugin that checks the mechanics of debuffs.