- Version: All
- Product: Developers
- Type: Bug
- Status: Not a Bug
SpellManager.GetSpellSlotId is off by 1 slot. it starts with slot 0 (actionbar 1 actionbutton 1) when it should be 1.
Logging.Write(SpellManager.GetSpellSlotId(new Spell("Attack").Ids).ToString());
Recommended Comments
Create an account or sign in to comment