character_declinedname
When connected to a server on timezone 12 or by setting
DeclinedNames = 1the ruRU client generates declinated versions of a cyrillic player characters name. These are stored here.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | int | unsigned | PRI | NO | 0 | Global Unique Identifier | |
| genitive | varchar(15) | NO | '' | ||||
| dative | varchar(15) | NO | '' | ||||
| accusative | varchar(15) | NO | '' | ||||
| instrumental | varchar(15) | NO | '' | ||||
| prepositional | varchar(15) | NO | '' | ||||
Description of fields
guid
The guid of the character.
genitive
Name in genetive casus.
dative
Name in dative casus.
accusative
Name in accusative casus.
instrumental
Name in instrumental casus.
prepositional
Name in prepositional casus.
