areatrigger_involvedrelation - cmangos/issues GitHub Wiki
Back to world database list of tables.
Enable a trigger to finish one condition of a quest (explore)
If there is a record in the table for this a quest, then the quest will not be completed until the player activates this areatriger. The quest is not necessarily finished after that, but that one condition of the quest is satisfied. If the only condition of the quest is to explore an area, then the quest will be complete.
Field | Type | Attributes | Can be null | Default | Comments |
id | int(11) | unsigned | NO | 0 | Identifier |
quest | int(11) | unsigned | NO | 0 | Quest Identifier |
This is the trigger identifier from AreaTrigger.dbc
Quest’s identifier (see quest_template.entry)