目录

creature_equip_template 表


<-返回:World 数据库

This table contains all the equipment combinations that can be sent for each creature.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
CreatureIDMEDIUMINTUNSIGNEDPRINO0 Unique entry
IDTINYINTUNSIGNEDPRINO1 Unique entry
ItemID1MEDIUMINTUNSIGNED NO0
ItemID2MEDIUMINTUNSIGNED NO0
ItemID3MEDIUMINTUNSIGNED NO0

字段说明


CreatureID

The direct corresponding id in creature table or entry in creature_template table.

ID

An additional identifier for each individual entry, enabling multiple equipment for one creature entry. Counter must start with 1 and grow accordingly.

ItemID1

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

ItemID2

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

ItemID3

This is the item number of the equipment used in the ranged slot from Item.dbc.