DB/GarrUiAnimRaceInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Created page with '==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_singleMode…')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
==6.0.1.18179==
==6.0.1.18179==
  struct GarrUiAnimRaceInfoRec {
  struct GarrUiAnimRaceInfoRec {
Line 9: Line 11:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 03: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;
};