DB/ResearchField: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page ResearchField.dbc to DB/ResearchField)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
new in cataclysm
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}


* id, int32
* id, int32
Line 8: Line 9:
  struct ResearchFieldRec {
  struct ResearchFieldRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_name_lang;
   {{Template:Type|stringref}} m_name_lang;
   uint32_t m_slot;
   uint32_t m_slot;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 03:01, 20 July 2016

≥ Cata

  • id, int32
  • Name, Loc string
  • int32

6.0.1.18179

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