DB/ItemAppearance

From wowdev
Revision as of 23:02, 2 February 2018 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

≥ WoD

8.0.1.25902

struct ItemAppearanceRec {
  uint32_t Id; // not part of the row
  uint32_t DisplayId;
  uint32_t IconFileId;
  int32_t UIOrder; // Id * 100, added in 7.0.1.21063
  uint8_t ObjectComponentSlot; // 0...14, added in 7.0
};