Back to 'game_event_npc_vendor' Return to world Go to 'game_event_pool'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | tinyint | unsigned | PRI | NO | Entry of the game event | ||
guid | bigint | unsigned | PRI | NO | 0 | ||
npcflag | bigint | unsigned | NO | 0 |
This field signifies the game_event.eventEntry
GUID of the creature which this entry should be related to during the event. Referenced in creature.guid
The npcflags that you want to set additionally during the event. 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.
Back to 'game_event_npc_vendor' Return to world Go to 'game_event_pool'