DB/GlyphSlot: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
New in WotLK.
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}
 
== 12340 ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1 || ID || Integer ||
|-
| 2 || TypeFlags || Integer ||
|-
| 3 || Tooltip || Integer ||
|-
|}


==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_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;
};