Back to 'character_pet' Return to characters Go to 'character_queststatus'
When connected to a server on timezone 12 or by setting
DeclinedNames = 1
the client generates declinated versions of a cyrillic pet name.
These are stored here.
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 | '' |
The id of the pet.
The guid of the pet's owner.
Name in genetive casus.
Name in dative casus.
Name in accusative casus.
Name in instrumental casus.
Name in prepositional casus.
Back to 'character_pet' Return to characters Go to 'character_queststatus'