目录

game_event_creature 表


<-返回:World 数据库

Contains all creature instances that have to be spawned/unspawned during defined game events.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
eventEntryTINYINTSIGNED NO Entry of the game event. Put negative entry to remove during event.
guidINTUNSIGNEDPRINO Unique

字段说明


eventEntry

Entry of the event (game_event.entry)

Use+*entry to have the creature added during the event Use-*entry to have it removed during the event

guid

Guid of the creature participating in the event (creature.guid)