aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-07-09 22:51:01 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-22 01:22:22 +0100
commite62588b23894ef0c5641512e01224ef17b0069c0 (patch)
tree6d253e138ecd6b23e36a85dbc7c885f091394329
parentb0ae542a73af74232f535ccb0e4c5cd4ba4fe092 (diff)
DB/Creature: Remove flee actions from civilians & texts related to civilians
Closes #24979 (cherry picked from commit 92efefabc8b3107ab743b88346867a4ec5423efe)
-rw-r--r--sql/updates/world/master/2022_01_21_56_world_2020_07_09_05_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_56_world_2020_07_09_05_world.sql b/sql/updates/world/master/2022_01_21_56_world_2020_07_09_05_world.sql
new file mode 100644
index 00000000000..91b422d95dd
--- /dev/null
+++ b/sql/updates/world/master/2022_01_21_56_world_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;