Back to 'quest_objectives' Return to world Go to 'quest_objectives_locale'
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| ObjectiveID | int | signed | PRI | NO | |||
| GameEventID | int | signed | YES | NULL | |||
| SpellID | int | signed | YES | NULL | |||
| ConversationID | int | signed | YES | NULL | |||
| UpdatePhaseShift | tinyint(1) | signed | YES | 0 | |||
| UpdateZoneAuras | tinyint(1) | signed | YES | 0 |
Id of the Quest Objective
Id of a GameEvent which starts after player receive the Quest Objective
SpellID of the spell the player should cast after receive the Quest Objective
Id of the Conversation which gets played after player received the Quest Objective
Send update for phaseshift (0/1)
Send update for zone auras (0/1)
Back to 'quest_objectives' Return to world Go to 'quest_objectives_locale'