Diferencia entre revisiones de «Locales gossip menu option»

De TimelessWoW
Ir a la navegación Ir a la búsqueda
(Página creada con «<strong><big>Las tablas `locales_gossip_menu_option`</big></strong> ''Contiene las traducciones de las opciones de los menús de gossip.''<br><br> == Estructura == {| class="wikitable" ! Field ! Type ! Attributes ! Key ! Null ! Default ! Extra ! Comment |- | menu_id | smallint(6) | unsigned | PRI | NO | 0 | | |- | id | smallint(6) | unsigned | PRI | NO | 0 | | |- | option_text_loc1 | text | signed | | YES | NULL | | |- | option_text_loc2 | text | signed | |…»)
 
(Sin diferencias)

Revisión actual - 10:04 21 may 2025

Las tablas `locales_gossip_menu_option`

Contiene las traducciones de las opciones de los menús de gossip.

Estructura

Field Type Attributes Key Null Default Extra Comment
menu_id smallint(6) unsigned PRI NO 0
id smallint(6) unsigned PRI NO 0
option_text_loc1 text signed YES NULL
option_text_loc2 text signed YES NULL
option_text_loc3 text signed YES NULL
option_text_loc4 text signed YES NULL
option_text_loc5 text signed YES NULL
option_text_loc6 text signed YES NULL
option_text_loc7 text signed YES NULL
option_text_loc8 text signed YES NULL
box_text_loc1 text signed YES NULL
box_text_loc2 text signed YES NULL
box_text_loc3 text signed YES NULL
box_text_loc4 text signed YES NULL
box_text_loc5 text signed YES NULL
box_text_loc6 text signed YES NULL
box_text_loc7 text signed YES NULL
box_text_loc8 text signed YES NULL

Descripción de los campos

menu_id

La ID del menú de gossip donde está la opción. Ver entry gossip_menu.

id

La ID de la opción dentro de ese menú. Ver id de gossip_menu_option.

option_text_loc

La traducción del texto de la opción. El español (esES) corresponde al loc6 y el esMX corresponde al loc7.

box_text_loc

Si aparece una ventana con un mensaje (ver box_text de gossip_menu_option), traducción del texto que muestre. El español (esES) corresponde al loc6 y el esMX corresponde al loc7.