-
Notifications
You must be signed in to change notification settings - Fork 49
Locales_item
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
This table is used to provide to localized clients with localized string for items.
| Field | Type | Null | Key | Default | Extra |
| entry | int(11) unsigned | NO | PRI | 0 | |
| name_loc1 | varchar(100) | NO | |||
| name_loc2 | varchar(100) | NO | |||
| name_loc3 | varchar(100) | NO | |||
| name_loc4 | varchar(100) | NO | |||
| name_loc5 | varchar(100) | NO | |||
| name_loc6 | varchar(100) | NO | |||
| name_loc7 | varchar(100) | NO | |||
| description_loc1 | varchar(255) | YES | None | ||
| description_loc2 | varchar(255) | YES | None | ||
| description_loc3 | varchar(255) | YES | None | ||
| description_loc4 | varchar(255) | YES | None | ||
| description_loc5 | varchar(255) | YES | None | ||
| description_loc6 | varchar(255) | YES | None | ||
| description_loc7 | varchar(255) | YES | None |
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.
Translated content for item_template.name field for language X. See localization languages list to know which value to use for X.
Translated content for item_template.description field for language X. See localization languages list to know which value to use for X.