DB/CharacterLoadoutItem

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Mists

Warlords

6.0.1.18179

Struct

struct CharacterLoadoutItemRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &CharacterLoadoutRec::m_ID> m_characterLoadoutID;
  foreign_key<uint32_t, &ItemRec::m_ID> m_itemID;
  foreign_key<uint32_t, &ItemDisplayInfoRec::m_ID> m_itemDisplayInfoID;     // overridden by ItemRec::m_itemDisplayInfoID, if item exists
  uint32_t m_itemInventoryType;                                             // overridden by ItemRec::m_itemInventoryType, if item exists
};