Skip to content

game_event_quest

AnonXS edited this page May 5, 2018 · 1 revision

Back to world database list of tables.

The game_event_quest table

holds quests, which are only active during certain events.

Structure

Field Type Null Key Default Extra
quest int(8) unsigned NO PRI
event int(5) unsigned NO PRI 0

quest

quest_template.entry of the quest.

event

game_event.entry of the game event.

Clone this wiki locally