Skip to content

Creature_equip_template

Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `creature_equip_template` table

This table contains all equipment mobs can wear.

Structure

Field Type Null Key Default Extra
entry int(11) unsigned NO PRI 0
equipmodel1 mediumint(8) unsigned NO 0
equipmodel2 mediumint(8) unsigned NO 0
equipmodel3 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.

equipmodel1

This is the item of the equipment used in right hand from Item.dbc.

equipmodel2

This is the item of the equipment used in left hand from Item.dbc.

equipmodel3

This is the item of the equipment used in distance slot. It comes from Item.dbc.

Clone this wiki locally