Difference between revisions of "DB/ResearchField"
From wowdev
m (Marlamin moved page ResearchField.dbc to DB/ResearchField) |
|||
Line 8: | Line 8: | ||
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]] |
Revision as of 11:59, 23 February 2016
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; };