AzerothCore
Pages :

pet_name_generation_locale

<-Back-to:World

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.

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

ID

The ID of the entry. This field must match pet_name_generation.id

Locale

This is the language of the client.

Language
koKR
frFR
deDE
zhCN
zhTW
esES
esMX
ruRU

word

The name part for this entry.

entry

The entry from creature_template.entry for the creature that you want this part of the name to be generated for.

half

This determines whether this is the first or last half of the name for this entry.

  • 0 First half
  • 1 Last half