From 4d4c7e68935df9ca40bd5539d602ac4e779f53d5 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 10 Jun 2023 20:31:33 +0200 Subject: 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 --- sql/updates/world/master/2023_06_10_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2023_06_10_00_world.sql (limited to 'sql') 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 -- cgit v1.2.3