DB/GlyphSlot: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}


== 12340 ==
==3.3.5.12340, 6.0.1.18179==
{| 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 ||
|-
|}
 
==6.0.1.18179==
  struct GlyphSlotRec {
  struct GlyphSlotRec {
   uint32_t m_id;
   uint32_t m_id;

Latest revision as of 16: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;
};