Back to 'creature_text' Return to world Go to 'creature_trainer'
This is the localization table of
creature_text
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
CreatureID | int | unsigned | PRI | NO | 0 | ||
GroupID | tinyint | unsigned | PRI | NO | 0 | ||
ID | tinyint | unsigned | PRI | NO | 0 | ||
Locale | varchar(4) | PRI | NO | ||||
Text | mediumtext | YES | NULL |
This entry must be the same as creature_text.CreatureID
and then the row will be used to provide localization support for this creature record.
This entry must be the same as creature_text.GroupID
and then the row will be used to provide localization support for this creature record.
This entry must be the same as creature_text.ID
and then the row will be used to provide localization support for this creature record.
Value | Locale |
---|---|
deDE | German |
esES | Spanish |
esMX | Spanish (Latin American) |
frFR | French |
itIT | Italian |
koKR | Korean |
ptBR | Portuguese |
ruRU | Russian |
zhCN | Chinese (China) |
zhTW | Chinese (Taiwan/Traditional) |
Translated content for creature_text.Text
Back to 'creature_text' Return to world Go to 'creature_trainer'