diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-06-10 20:31:33 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-06-10 20:31:33 +0200 |
| commit | 4d4c7e68935df9ca40bd5539d602ac4e779f53d5 (patch) | |
| tree | cba70a6e20bb52a33815204d40d929220ac4ab0c /sql | |
| parent | 39bebe6a653bdd65160aa7f9fef6501d43884079 (diff) | |
Core/Quests: Quest flag fixups
* Update flag names
* Implemented QUEST_FLAGS_COMPLETION_NO_DEATH and QUEST_FLAGS_FAIL_ON_LOGOUT
* Started using QUEST_FLAGS_COMPLETION_EVENT and QUEST_FLAGS_COMPLETION_AREA_TRIGGER instead of a custom SpeclalFlag
* Renamed Quest::IsAutoComplete to Quest::IsTurnIn to better describe what it means (a quest that can be turned in without accepting it to quest log)
* Implemented QUEST_FLAGS_UPDATE_PHASESHIFT and removed forced phaseshift updates on every quest status change
* Implemented QUEST_FLAGS_LAUNCH_GOSSIP_ACCEPT - reopens gossip menu with questgiver
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_06_10_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_10_00_world.sql b/sql/updates/world/master/2023_06_10_00_world.sql new file mode 100644 index 00000000000..f61e7b0f0eb --- /dev/null +++ b/sql/updates/world/master/2023_06_10_00_world.sql @@ -0,0 +1 @@ +UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`&~0x2; -- remove deprecated QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT |
