DB/GlyphProperties: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
|}
|}


==6.0.1.18179==
struct GlyphPropertiesRec {
  uint32_t m_id;
  uint32_t m_spellID;
  uint32_t m_glyphType;
  uint32_t m_spellIconID;
  uint32_t m_glyphExclusiveCategoryID;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 20:45, 2 November 2014

12340

Column Field Type Notes
1 Id Integer
2 SpellId iRefID
3 TypeFlags Integer 0 = major, 1 = minor
4 GlyphIconId iRefID

6.0.1.18179

struct GlyphPropertiesRec {
  uint32_t m_id;
  uint32_t m_spellID;
  uint32_t m_glyphType;
  uint32_t m_spellIconID;
  uint32_t m_glyphExclusiveCategoryID;
};