character_pet_declinedname
When connected to a server on timezone 12 or by setting
DeclinedNames = 1the client generates declinated versions of a cyrillic pet name. These are stored here.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | 0 | ||
| owner | int | unsigned | MUL | NO | 0 | ||
| genitive | varchar(12) | NO | '' | ||||
| dative | varchar(12) | NO | '' | ||||
| accusative | varchar(12) | NO | '' | ||||
| instrumental | varchar(12) | NO | '' | ||||
| prepositional | varchar(12) | NO | '' | ||||
Description of fields
id
The id of the pet.
owner
The guid of the pet's owner.
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.
