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...)
 
mNo edit summary
 
(9 intermediate revisions by 6 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.
{{Template:Sandbox/VersionRange|min_expansionlevel=2}}
 
== Header Info ==
Records....................43
Fields......................2{{WoWFieldRange}}
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 || [[Unknown]] || 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;
};