The `pet_name_generation_locale` table
This table holds pieces of names (first and last half) that are use for pet name generation for locale.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | MEDIUMINT | UNSIGNED | PRI | NO | NULL | Auto increment | |
locale | VARCHAR | NO | |||||
word | tinytext | SIGNED | NO | NULL | |||
entry | MEDIUMINT | UNSIGNED | NO | 0 | |||
half | TINYINT | SIGNED | NO | 0 |
Description of the fields
The ID of the entry. This field must match pet_name_generation.id
This is the language of the client.
Language |
---|
koKR |
frFR |
deDE |
zhCN |
zhTW |
esES |
esMX |
ruRU |
The name part for this entry.
The entry from creature_template.entry for the creature that you want this part of the name to be generated for.
This determines whether this is the first or last half of the name for this entry.