DB/ResearchProject

From wowdev
Revision as of 01:02, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page ResearchProject.dbc to DB/ResearchProject)
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;
};