Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `locales`creature_creaturetext_text` locale` table

This table is used to provide to localized clients with localized string for creatures texts.

Structure

FieldTypeAttributesKeyNullDefaultExtraComment
locales_creature_textentrymediumint(8)unsignedPRINO0  
locales_creature_textgroupidtinyint(3)unsignedPRINO0  
locales_creature_textidtinyint(3)unsignedPRINO0  
text_loc1text  YESNULL  
text_loc2text  YESNULL  
text_loc3text  YESNULL  
text_loc4text  YESNULL  
text_loc5text  YESNULL  
text_loc6text  YESNULL  
text_loc7text  YESNULL  
text_loc8text  YESNULL  

Description of the fields

entry

This entry must be the same as 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 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 and then the row will be used to provide localization support for this creature record.

text_loc

Translated content for creature_text.text field for language X.
See localization languages list to know which value to use for X.

...