DB/ResearchProject

From wowdev
Revision as of 12:59, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

new in cataclysm

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;
};