DB/GarrUiAnimRaceInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
==6.0.1.18179==
==6.0.1.18179==
  struct GarrUiAnimRaceInfoRec {
  struct GarrUiAnimRaceInfoRec {

Latest revision as of 02:25, 20 July 2016

≥ WoD

6.0.1.18179

struct GarrUiAnimRaceInfoRec {
  uint32_t m_ID;
  uint32_t m_chrRaceID;
  float m_scale;
  float m_height;
  float m_singleModelScale;
  float m_singleModelHeight;
};