Back to 'item_loot_template' Return to world Go to 'item_set_names_locale'
This table contains the item names displayed in an items tooltip in the itemset overview.
Yes those names can be different from the actual item.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| entry | int | unsigned | PRI | NO | |||
| name | varchar(255) | NO | '' | ||||
| InventoryType | tinyint | unsigned | NO | 0 | |||
| VerifiedBuild | int | signed | YES | NULL |
An item_template.entry that must be present in ItemSet
Name to be displayed
from enum InventoryType
| ID | Name | ID | Name | |
|---|---|---|---|---|
| 1 | INVTYPE_HEAD | 15 | INVTYPE_RANGED | |
| 2 | INVTYPE_NECK | 16 | INVTYPE_CLOAK | |
| 3 | INVTYPE_SHOULDERS | 17 | INVTYPE_2HWEAPON | |
| 4 | INVTYPE_BODY | 18 | INVTYPE_BAG | |
| 5 | INVTYPE_CHEST | 19 | INVTYPE_TABARD | |
| 6 | INVTYPE_WAIST | 20 | INVTYPE_ROBE | |
| 7 | INVTYPE_LEGS | 21 | INVTYPE_WEAPONMAINHAND | |
| 8 | INVTYPE_FEET | 22 | INVTYPE_WEAPONOFFHAND | |
| 9 | INVTYPE_WRISTS | 23 | INVTYPE_HOLDABLE | |
| 10 | INVTYPE_HANDS | 24 | INVTYPE_AMMO | |
| 11 | INVTYPE_FINGER | 25 | INVTYPE_THROWN | |
| 12 | INVTYPE_TRINKET | 26 | INVTYPE_RANGEDRIGHT | |
| 13 | INVTYPE_WEAPON | 27 | INVTYPE_QUIVER | |
| 14 | INVTYPE_SHIELD | 28 | INVTYPE_RELIC |
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
Back to 'item_loot_template' Return to world Go to 'item_set_names_locale'