DB/DeclinedWord: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 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.


==Structure==
{{Template:Sandbox/VersionRange|min_expansionlevel=2}}
{| style="width: 100%;"
! style="width: 60px;" | Column !! style="width: 120px;" | Field !! style="width: 100px;" | Type !! Notes
|-
| 1 || ID|| Integer ||
|- class="alt"
| 2 || Word || String ||
|}


==6.0.1.18179==
==unknown probably bc, 6.0.1.18179==
  struct DeclinedWordRec {
  struct DeclinedWordRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_word;
   {{Type|stringref}} m_word;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[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;
};