diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
| commit | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch) | |
| tree | 91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/creature_text_locale.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2 wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip | |
Import DB wiki from TC 335
Diffstat (limited to 'docs/creature_text_locale.md')
| -rw-r--r-- | docs/creature_text_locale.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/creature_text_locale.md b/docs/creature_text_locale.md new file mode 100644 index 0000000..19f2196 --- /dev/null +++ b/docs/creature_text_locale.md @@ -0,0 +1,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. + + |
