DB/GlueScreenEmote

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Cata … WoD


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