DB/GlyphSlot: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in WotLK. Category:DBC')
 
mNo edit summary
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
New in WotLK.
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}


==3.3.5.12340, 6.0.1.18179==
struct GlyphSlotRec {
  uint32_t m_id;
  uint32_t m_type;
  uint32_t m_tooltip;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 17:49, 1 January 2020

Wrath … WoD

3.3.5.12340, 6.0.1.18179

struct GlyphSlotRec {
  uint32_t m_id;
  uint32_t m_type;
  uint32_t m_tooltip;
};