From 1859658b2b194bef4d20efddf10fe454aa1d7656 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 27 May 2020 15:36:13 +0200 Subject: DB/SAI: Remove excess event flags from timed action lists Closes #24701 (cherry picked from commit 9d7f033bf33b937e255ced00b29cf183f529ee9d) --- sql/updates/world/master/2022_01_06_27_world_2020_05_27_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_01_06_27_world_2020_05_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_06_27_world_2020_05_27_00_world.sql b/sql/updates/world/master/2022_01_06_27_world_2020_05_27_00_world.sql new file mode 100644 index 00000000000..0cc2447868d --- /dev/null +++ b/sql/updates/world/master/2022_01_06_27_world_2020_05_27_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 1 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_NOT_REPEATABLE +UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 2 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_DIFFICULTY_0 +UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 4 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_DIFFICULTY_1 -- cgit v1.2.3