目录

game_event_npcflag 表


<-返回:World 数据库

This table contains npcflags that are to be added to an NPC when the specified event is active for the creature with the given guid.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
eventEntryTINYINTUNSIGNEDPRINO Entry of the game event
guidMEDIUMINTUNSIGNEDPRINO0
npcflagINTUNSIGNED NO0

字段说明


eventEntry

The eventEntry that is tied to this npcflag change.

guid

The guid of the creature that you want to change npcflag for.

npcflag

The npcflags that you want to set. The value specified here is bitwise added to the npcflag already set on the NPC.

So, if you want the creature to be also a quest giver, just put 2 in this column.