Locales_page_text - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table is used to provide localized clients with localized string for page_texts.
Field | Type | Null | Key | Default | Extra |
entry | int(11) unsigned | NO | PRI | 0 | |
Text_loc1 | longtext | YES | None | ||
Text_loc2 | longtext | YES | None | ||
Text_loc3 | longtext | YES | None | ||
Text_loc4 | longtext | YES | None | ||
Text_loc5 | longtext | YES | None | ||
Text_loc6 | longtext | YES | None | ||
Text_loc7 | longtext | YES | None |
This entry must be the same as page_text.entry and then the row will be used to provide localization support for this page_text record.
Translated content for page_text.text field for language X. See localization languages list to know which value to use for X.