Locales gossip menu option
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 21: | Строка 21: | ||
|- | |- | ||
|[[#menu_id|menu_id]] | |[[#menu_id|menu_id]] | ||
- | |smallint( | + | |smallint(6) |
|unsigned | |unsigned | ||
|NO | |NO | ||
Строка 29: | Строка 29: | ||
|- | |- | ||
|[[#id|id]] | |[[#id|id]] | ||
- | | | + | |smallint(6) |
- | | | + | |unsigned |
|NO | |NO | ||
|PRI | |PRI |
Версия 18:52, 17 августа 2010
|
К описанию таблиц базы данных mangos.
Таблица `locales_gossip_menu_option`
Эта таблица используется для перевода опций меню под локализацию клиента.
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
menu_id | smallint(6) | unsigned | NO | PRI | 0 | |
id | smallint(6) | unsigned | NO | PRI | 0 | |
option_text_loc1 | text | |||||
option_text_loc2 | text | |||||
option_text_loc3 | text | |||||
option_text_loc4 | text | |||||
option_text_loc5 | text | |||||
option_text_loc6 | text | |||||
option_text_loc7 | text | |||||
option_text_loc8 | text | |||||
box_text_loc1 | text | |||||
box_text_loc2 | text | |||||
box_text_loc3 | text | |||||
box_text_loc4 | text | |||||
box_text_loc5 | text | |||||
box_text_loc6 | text | |||||
box_text_loc7 | text | |||||
box_text_loc8 | text |
Описание полей
menu_id
Идентификатор объекта из gameobject_template.entry.
option_text_loc1-8
Перевод названия объекта см. gameobject_template.name под локализацию X. См. localization languages
box_text_loc1-8
Перевод текста в полосе каста см. gameobject_template.castBarCaption под локализацию X. См. localization languages