DB/SpellFlyout: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
new in cataclysm
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}


==6.0.1.18179==
==6.0.1.18179==
Line 8: Line 9:
   uint32_t m_classMask;
   uint32_t m_classMask;
   uint32_t m_spellIconID;
   uint32_t m_spellIconID;
   stringref m_name_lang;
   {{Template:Type|stringref}} m_name_lang;
   stringref m_description_lang;
   {{Template:Type|stringref}} m_description_lang;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 03:04, 20 July 2016

≥ Cata

6.0.1.18179

struct SpellFlyoutRec {
  uint32_t m_ID;
  uint32_t m_flags;
  uint32_t m_raceMask;
  uint32_t m_classMask;
  uint32_t m_spellIconID;
  stringref m_name_lang;
  stringref m_description_lang;
};