DB/DeclinedWord: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: == About == So far all entries i've looked at is UTF-8 encoded strings in russian, just a bunch of nonsense words. I'm guessing this is for some kind of spam filter. == Header Info == R...)
 
No edit summary
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== About ==
This is only used in Russia. Therefore all entries are Russian. This table is referenced from the Cases dbc.
 
So far all entries i've looked at is UTF-8 encoded strings in russian, just a bunch of nonsense words. I'm guessing this is for some kind of spam filter.
 
== Header Info ==
Records....................43
Fields......................2{{WoWFieldRange}}
Record Size.................8
String Block Size........1083


{{Template:Sandbox/VersionRange|min_expansionlevel=2}}
==Structure==
==Structure==
{| style="width: 100%;"
{| style="width: 100%;"
Line 15: Line 8:
| 1 || ID|| Integer ||
| 1 || ID|| Integer ||
|- class="alt"
|- class="alt"
| 2 || [[Unknown]] || String ||
| 2 || Word || String ||
|}
|}


==6.0.1.18179==
struct DeclinedWordRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_word;
};
[[Category:DBC]]
[[Category:DBC]]
[[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;
};