DB/ResearchField

From wowdev
(Redirected from ResearchField.dbc)
Jump to navigation Jump to search

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