DB/DeclinedWord: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(7 intermediate revisions by 5 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==
{| style="width: 100%;"
! style="width: 60px;" | Column !! style="width: 120px;" | Field !! style="width: 100px;" | Type !! Notes
|-
| 1 || ID|| Integer ||
|- class="alt"
| 2 || Word || String ||
|}


==unknown probably bc, 6.0.1.18179==
struct DeclinedWordRec {
  uint32_t m_ID;
  {{Type|stringref}} m_word;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 17:38, 1 January 2020

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

≥ BC

unknown probably bc, 6.0.1.18179

struct DeclinedWordRec {
  uint32_t m_ID;
  stringref m_word;
};