DB/GlueScreenEmote

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

New in Cataclysm.

6.0.1.18179

struct GlueScreenEmoteRec {
  uint32_t m_ID;
  foreign_key<uint32_t, ChrClassesRec::m_ID> m_classId;
  foreign_key<uint32_t, ChrRacesRec::m_ID> m_raceId;
  uint32_t m_sexId;
  uint32_t m_leftHandItemType;
  uint32_t m_rightHandItemType;
  foreign_key<uint32_t, AnimKitRec::m_ID> m_animKitId;
  foreign_key<uint32_t, SpellVisualKitRec::m_ID>m_spellVisualKitId;
};