DB/MountType: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
new in cataclysm
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4|max_expansionlevel=6}}
 


==6.0.1.18179==
==6.0.1.18179==

Latest revision as of 04:03, 20 July 2016

Cata … WoD


6.0.1.18179

struct MountTypeRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &MountCapabilityRec::m_ID> m_capability[24];
};