DB/SpellFlyout

From wowdev
Revision as of 00:12, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page SpellFlyout.dbc to DB/SpellFlyout)
Jump to navigation Jump to search

new in cataclysm

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