DB/SpellEquippedItems

From wowdev
Revision as of 03:04, 20 July 2016 by Synric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

≥ Cata

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 SpellID iRefID
3 EquippedItemInventoryTypeMask Integer
4 EquippedItemSubClassMask Integer
5 EquippedItemClass Integer
6 Unknown Integer Always 0
7 Unknown Integer Always 0
8 Unknown Integer Always 0

Synric 12th July 2016

6.0.1.18179

struct SpellEquippedItemsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_equippedItemClass;
  uint32_t m_equippedItemInvTypes;
  uint32_t m_equippedItemSubclass;
};