From 92efefabc8b3107ab743b88346867a4ec5423efe Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 9 Jul 2020 22:51:01 +0200 Subject: DB/Creature: Remove flee actions from civilians & texts related to civilians Closes #24979 --- sql/updates/world/3.3.5/2020_07_09_05_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_07_09_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_07_09_05_world.sql b/sql/updates/world/3.3.5/2020_07_09_05_world.sql new file mode 100644 index 00000000000..91b422d95dd --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_09_05_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `AIName` = "" WHERE `entry` IN (2711,9978,2382,3543,2379,2378,3540,2383,2380,3541,2381,288,3542,3880,3901,3956,3960,3961,3962,3963,3964,3965,3967,3969,3970,3996,4079,10052,11137,15199,24736); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2711,9978,2382,3543,2379,2378,3540,2383,2380,3541,2381,288,3542,3880,3901,3956,3960,3961,3962,3963,3964,3965,3967,3969,3970,3996,4079,10052,11137,15199,24736) AND `source_type` = 0; +DELETE FROM `creature_text` WHERE `CreatureID` IN (2711,9978,2382,3543,2379,2378,3540,2383,2380,3541,2381); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3847,3848,3980,24734,24735) AND `source_type` = 0 AND `id` = 0; -- cgit v1.2.3