DB/ChrClassesXPowerTypes: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'new in cataclysm Category:DBC')
 
(add full and correct info for 6.0.1.18179)
Line 1: Line 1:
new in cataclysm
new in cataclysm
 
==6.0.1.18179==
struct ChrClassesXPowerTypesRec {
  int m_classID;
  int m_powerType;
};
[[Category:DBC]]
[[Category:DBC]]

Revision as of 02:52, 11 July 2014

new in cataclysm

6.0.1.18179

struct ChrClassesXPowerTypesRec {
  int m_classID;
  int m_powerType;
};