NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'quest_relations' table for MaNGOSThree
This table holds the relations of various objects and quests
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
actor | tinyint(3) unsigned | NO | '0' | The Entity involved in the quest | ||
entry | int(11) unsigned | NO | PRI | '0' | Creature or GO entr | |
quest | int(11) unsigned | NO | PRI | '0' | Quest ID | |
role | tinyint(3) unsigned | NO | PRI | '0' | Role of the actor |
Description of the fields
actor tinyint(3) unsigned
Entity involved in quest:
Entity Type | Entity Name |
---|---|
0 | Creature |
1 | GameObject |
2 | Area trigger |
entry int(11) unsigned
Creature or GO entry from *_template, AreaTrigger ID
quest int(11) unsigned
Quest ID from quest_template
role tinyint(3) unsigned
Role of the actor:
Role ID | Role Type |
---|---|
0 | Starts the quest, |
1 | Ends the quest |
2 | Unused for actor |
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now