====== game_event_npcflag 表 ====== ---- [[数据库:world数据库:首页|<-返回: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. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#eventEntry|eventEntry]]|TINYINT|UNSIGNED|PRI|NO| | |Entry of the game event| |[[#guid|guid]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#npcflag|npcflag]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== 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.