DB/SpellFlyoutItem: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'new in cataclysm Category:DBC')
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
new in cataclysm


{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==6.0.1.18179==
struct SpellFlyoutItemRec {
  uint32_t m_ID;
  uint32_t m_spellFlyoutID;
  uint32_t m_spellID;
  uint32_t m_slot;
};
[[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 SpellFlyoutItemRec {
  uint32_t m_ID;
  uint32_t m_spellFlyoutID;
  uint32_t m_spellID;
  uint32_t m_slot;
};