DB/GlueScreenEmote: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 01:01, 6 November 2014

New in Cataclysm.

6.0.1.18179

struct GlueScreenEmoteRec {
  uint32_t m_ID;
  uint32_t m_classId;
  uint32_t m_raceId;
  uint32_t m_sexId;
  uint32_t m_leftHandItemType;
  uint32_t m_rightHandItemType;
  uint32_t m_animKitId;
  uint32_t m_spellVisualKitId;
};