item_template_locale

Back-to:World

The `item_template_locale` table

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

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

unsigned

PRI

NO

0

 

 

name_loc1

varchar(100)

signed

 

NO

NULL

 

 

name_loc2

varchar(100)

signed

 

NO

NULL

 

 

name_loc3

varchar(100)

signed

 

NO

NULL

 

 

name_loc4

varchar(100)

signed

 

NO

NULL

 

 

name_loc5

varchar(100)

signed

 

NO

NULL

 

 

name_loc6

varchar(100)

signed

 

NO

NULL

 

 

name_loc7

varchar(100)

signed

 

NO

NULL

 

 

name_loc8

varchar(100)

signed

 

NO

NULL

 

 

description_loc1

varchar(255)

signed

 

YES

NULL

 

 

description_loc2

varchar(255)

signed

 

YES

NULL

 

 

description_loc3

varchar(255)

signed

 

YES

NULL

 

 

description_loc4

varchar(255)

signed

 

YES

NULL

 

 

description_loc5

varchar(255)

signed

 

YES

NULL

 

 

description_loc6

varchar(255)

signed

 

YES

NULL

 

 

description_loc7

varchar(255)

signed

 

YES

NULL

 

 

description_loc8

varchar(255)

signed

 

YES

NULL

 

 

Description of the fields

entry

This entry must be the same as  item_template.entry and then the row will be used to provide localization support for this creature record.

name_loc

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

description_loc

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