DB/ItemAppearance: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:


{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
==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
};
[[Category:DBC]]
[[Category:DBC]]

Revision as of 23:02, 2 February 2018

≥ 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
};