blob: 19f21966d42e9d1c0ce5c51c255318dcf54ba8be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# creature\_text\_locale
`Back-to:World`
**The \`creature\_text\_locale\` table**
This table is used to provide to localized clients with localized string for creatures texts.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|----------------------------------------------|--------------|------------|-----|------|---------|-------|---------|
| [entry](#creature_text_locale-entry) | mediumint(8) | unsigned | PRI | NO | 0 | | |
| [groupid](#creature_text_locale-groupid) | tinyint(3) | unsigned | PRI | NO | 0 | | |
| [id](#creature_text_locale-id) | tinyint(3) | unsigned | PRI | NO | 0 | | |
| [text\_loc1](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc2](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc3](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc4](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc5](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc6](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc7](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
| [text\_loc8](#creature_text_locale-text_loc) | text | | | YES | NULL | | |
**Description of the fields**
### entry
This entry must be the same as [creature\_text.entry](https://trinitycore.atlassian.net/wiki/display/tc/creature_text#creature_text-entry) and then the row will be used to provide localization support for this creature record.
### groupid
This entry must be the same as [creature\_text.groupid](https://trinitycore.atlassian.net/wiki/display/tc/creature_text#creature_text-groupid) and then the row will be used to provide localization support for this creature record.
### id
This entry must be the same as [creature\_text.id](https://trinitycore.atlassian.net/wiki/display/tc/creature_text#creature_text-id) and then the row will be used to provide localization support for this creature record.
### text\_loc
Translated content for [creature\_text.text](https://trinitycore.atlassian.net/wiki/display/tc/creature_text#creature_text-text) field for language X.
See [localization languages](http://collab.kpsn.org/display/tc/Localization+lang) list to know which value to use for X.
|