-
Notifications
You must be signed in to change notification settings - Fork 48
Game_event_creature_quest
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
This table holds information on quests that should only be available when an event is currently taking place.
Field | Type | Null | Key | Default | Extra |
id | int(11) unsigned | NO | PRI | 0 | |
quest | int(11) unsigned | NO | PRI | 0 | |
event | mediumint(9) unsigned | NO | 0 |
The NPC ID. See creature_template.entry
The quest ID. See quest_template.entry
The event ID. See game_event.entry