diff options
| author | offl <offl@users.noreply.github.com> | 2020-07-09 22:51:01 +0200 |
|---|---|---|
| committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-09 22:51:01 +0200 |
| commit | 92efefabc8b3107ab743b88346867a4ec5423efe (patch) | |
| tree | 839c0229432b27d316fb5e055f66354e89c7c570 | |
| parent | 1943f7fc0760f416000eef75d9cdc948850cae7e (diff) | |
DB/Creature: Remove flee actions from civilians & texts related to civilians
Closes #24979
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_09_05_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
