DB/Material: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (Marlamin moved page Material.dbc to DB/Material)
(No difference)

Revision as of 23:56, 12 February 2016

6.0.1.18179

struct MaterialRec {
  uint32_t m_ID;
  uint32_t m_flags;                                                  // 1: isMetal, impact_type = item_class == 4 ? (!(flags & 2) ? (flags & 4 ? 1 : 0) : 2) : 0
  foreign_key<uint32_t, &SoundEntriesRec::m_ID> m_foleySoundID;
  foreign_key<uint32_t, &SoundEntriesRec::m_ID> m_sheatheSoundID;
  foreign_key<uint32_t, &SoundEntriesRec::m_ID> m_unsheatheSoundID;
};