TrinityCore : locales_creature_text

Back-to:World

The `locales_creature_text` table

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

Structure

FieldTypeAttributesKeyNullDefaultExtraComment
entrymediumint(8)unsignedPRINO0  
groupidtinyint(3)unsignedPRINO0  
idtinyint(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.