DB/TextureFileData

From wowdev
Revision as of 11:35, 14 December 2014 by Jeromnimo (talk | contribs) (Created page with '==6.0.3.19243== struct TextureFileDataRec{ uint32_t m_ID; uint32_t m_textureItemID; // this is the id used to join this table with other ones (see also ItemDisplayInfo.dbc…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

6.0.3.19243

struct TextureFileDataRec{
  uint32_t m_ID;
  uint32_t m_textureItemID; // this is the id used to join this table with other ones (see also ItemDisplayInfo.dbc
  uint32_t m_unk; // always 0
  uint32_t m_textureType; // 0 = texture for male, 1 = texture for female, 2 = both male/female texture, 3 = item texture
  unit32_t m_fileDataID; // this points to FileData.ID to effectively get path / name of texture
};