DB/NpcModelItemSlotDisplayInfo

From wowdev
Jump to navigation Jump to search

≥ Legion

Table

Column Field Type Notes
1 ID Integer link to somewhere ?
2 m_ID Integer CreatureDisplayInfoExtra.db2 m_ID
3 ItemModel Integer m_ID of ItemdisplayInfo
4 Slot Integer > Slot Ref

Slot Ref:

0 - Helm
1 - Shoulder
2 - Shirt
3 - Torso
4 - Belt
5 - Legs
6 - Boots
7 - Wrist
8 - Gloves
9 - Tabard
10 - Cape

Contains : 233267 Records. 7.3.2.24793

8.0.1.25902

struct NpcModelItemSlotDisplayInfoRec {
  // uint32_t m_ID;
  uint32_t ItemDisplayId;
  uint8_t Index;
  uint32_t CreatureExtraDisplayId;
};