From 5ac25bb7844ce0816796236bdafce2105e84d8c4 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 6 Jul 2020 22:55:52 +0200 Subject: DB/SAI: Remove useless event params and no repeat event flag from some event types Closes #24898 --- sql/updates/world/3.3.5/2020_07_05_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_07_05_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_07_05_04_world.sql b/sql/updates/world/3.3.5/2020_07_05_04_world.sql new file mode 100644 index 00000000000..3cd883f3db1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_05_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param2` = 0 WHERE `entryorguid` = 24137 AND `source_type` = 0 AND `event_type` = 61; +UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 1 WHERE `event_type` = 11; -- cgit v1.2.3