DB/ResearchField

From wowdev
Revision as of 20:08, 2 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

new in cataclysm

  • id, int32
  • Name, Loc string
  • int32

6.0.1.18179

struct ResearchFieldRec {
  uint32_t m_ID;
  stringref m_name_lang;
  uint32_t m_slot;
};