From 813303a18f528d449252cfecbe44563bbcef95d1 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 7 Aug 2021 21:43:43 +0300 Subject: DB/SAI: Reduce wrong usage of Call For Help action (cherry picked from commit 1a3e2b6ec626bac51a80aed4c77e011789851d0b) --- sql/updates/world/master/2022_03_11_42_world_2021_08_07_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_03_11_42_world_2021_08_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_11_42_world_2021_08_07_01_world.sql b/sql/updates/world/master/2022_03_11_42_world_2021_08_07_01_world.sql new file mode 100644 index 00000000000..1f8e986d577 --- /dev/null +++ b/sql/updates/world/master/2022_03_11_42_world_2021_08_07_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` = 2706 AND `source_type` = 0 AND `id` = 0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 3937 AND `source_type` = 0 AND `id` IN (1,2); +DELETE FROM `creature_text` WHERE `CreatureID` = 3937 AND `GroupID` = 1; -- cgit v1.2.3