gameobject_quest_finisher
This table contains the gameobjects which finish a quest.
Structure
Field | Type | Default | Comment |
---|---|---|---|
id | int(11) | 0 | |
quest | int(11) | 0 |
id
The entry ID of the gameobject from gameobject_properties table.
quest
The quest ID to finish from quest_properties table.