creature_template_locale
The `creature_template_locale` table
This table is used to provide to localized clients with localized string for creatures.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
entry | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
name_loc1 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc2 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc3 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc5 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc6 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc7 | VARCHAR(100) | SIGNED | NO | NULL | |||
name_loc8 | VARCHAR(100) | SIGNED | NO | NULL | |||
subname_loc1 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc2 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc3 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc4 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc5 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc6 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc7 | VARCHAR(100) | SIGNED | YES | NULL | |||
subname_loc8 | VARCHAR(100) | SIGNED | YES | NULL |
Description of the fields
entry
This entry must be the same as creature_template.entry and then the row will be used to provide localization support for this creature record.
name_loc
Translated content for creature_template.name field for language X. See localization languages list to know which value to use for X.
subname_loc
Translated content for creature_template.subname field for language X. See localization languages list to know which value to use for X.