DB/DeclinedWord: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is only used in Russia. Therefore all entries are Russian. This table is referenced from the Cases dbc.
This is only used in Russia. Therefore all entries are Russian. This table is referenced from the Cases dbc.


== Header Info ==
{{Template:Sandbox/VersionRange|min_expansionlevel=2}}
Records....................43
Fields......................2
Record Size.................8
String Block Size........1083
 
==Structure==
==Structure==
{| style="width: 100%;"
{| style="width: 100%;"
Line 19: Line 14:
  struct DeclinedWordRec {
  struct DeclinedWordRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_word;
   {{Template:Type|stringref}} m_word;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 02:36, 20 July 2016

This is only used in Russia. Therefore all entries are Russian. This table is referenced from the Cases dbc.

≥ BC

Structure

Column Field Type Notes
1 ID Integer
2 Word String

6.0.1.18179

struct DeclinedWordRec {
  uint32_t m_ID;
  stringref m_word;
};