Areatrigger involvedrelation SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
{{Back-to:DB:World}}
{{Back-to:DB:World}}
[[Category: SkyFire World database tables]]
[[Category: SkyFire World database tables]]
[[DB:World|Return to world database structure]]


<big>'''The `areatrigger_involvedrelations` table'''</big>
<big>'''The `areatrigger_involvedrelations` table'''</big>

Revision as of 01:11, 9 January 2013

Template:Back-to:DB:World

The `areatrigger_involvedrelations` table

This table holds the information for when an areatrigger completes an objective for a quest, such as an exploration quest.


Structure

Field Type Attribute Key Null Default Comment
id mediumint(8) unsigned PRI NO 0 Identifier
quest mediumint(8) unsigned NO 0 Quest Identifier


Description of the fields

id

The ID# of the areatrigger to use for the quest. Contained in AreaTrigger.dbc.

quest

The ID# of the quest that the areatrigger completes the objective. Contained in quest_template

Return to world database structure