Creature equip template SF
Jump to navigation
Jump to search
Back to world database list of tables.
The `creature_equip_template` table
This table contains all equipment mobs can wear.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
entry | mediumint(5) | unsigned | PRI | NO | 0 | Unique entry | |
itemEntry1 | mediumint(8) | unsigned | NO | 0 | |||
itemEntry2 | mediumint(8) | unsigned | NO | 0 | |||
itemEntry3 | mediumint(8) | unsigned | NO | 0 |
Description of the fields
entry
Unique Id of the equipment, no link with any official data. This id is free.
itemEntry1
This is the item number of the equipment used in the right hand from Item.dbc.
itemEntry2
This is the item number of the equipment used in the left hand from Item.dbc.
itemEntry3
This is the item number of the equipment used in the ranged slot from Item.dbc.