From 21175ba2ff06a2eb869a3054133111c0546de68f Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 23 Feb 2020 16:08:35 +0100 Subject: DB/Creature: Remove useless script from Zeppelin Power Core --- sql/updates/world/3.3.5/2020_02_23_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_02_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_02_23_00_world.sql b/sql/updates/world/3.3.5/2020_02_23_00_world.sql new file mode 100644 index 00000000000..7bbba750c76 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_02_23_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23832,-18587) AND source_type=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2383200 AND source_type=9; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=23832; +UPDATE `creature_template_addon` SET `auras`="42491" WHERE `entry`=23832; -- cgit v1.2.3