DB/ResearchProject

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.

≥ Cata

6.0.1.18179

struct ResearchProjectRec {
  uint32_t m_ID;
  stringref m_name_lang;
  stringref m_description_lang;
  uint32_t m_rarity;
  uint32_t m_researchBranchID;
  uint32_t m_spellID;
  uint32_t m_numSockets;
  stringref m_texture;
  uint32_t m_requiredWeight;
};