DB/ChrProficiency

From wowdev
Revision as of 23:24, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

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];
  uint32_t m_proficiency_itemClass[16];
  uint32_t m_proficiency_itemSubClassMask[16];
};