DB/ChrProficiency

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.

PreVanilla (0.5.3.3368) … PreVanilla (0.6.0.3592)

Struct

struct ChrProficiencyRec {
  uint32_t m_ID;
  uint32_t m_proficiency_minLevel[16];
  uint32_t m_proficiency_acquireMethod[16];    // 0 = skill rank, 1 = char level
  uint32_t m_proficiency_itemClass[16];
  uint32_t m_proficiency_itemSubClassMask[16];
};