From bddf15d6965d7deafed3f0da3efda6b8e41de9e0 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 24 Dec 2016 09:53:51 +0100 Subject: DB/Creature: Remove old spawns from Blade's Edge Mountains The crystalspine, Bash'ir Landing, Forge Camp Wrath Ogri'la and Forge Camp Terror must be checked as probably many spawns are missing Closes #18561 By Rushor and Grz3s --- sql/updates/world/3.3.5/2016_12_24_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_12_24_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_12_24_03_world.sql b/sql/updates/world/3.3.5/2016_12_24_03_world.sql new file mode 100644 index 00000000000..587770aebfb --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_24_03_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (22174,22182,22187,22201,22202,22217,22218,22221,22392,22283,22289,22287,22451,22187,22385,22327,22286)); +DELETE FROM `creature` WHERE `id` IN (22174,22182,22187,22201,22202,22217,22218,22221,22392,22283,22289,22287,22451,22187,22385,22327,22286); + +UPDATE `creature_template` SET `unit_flags`=33555202 WHERE `entry`=22196; + -- cgit v1.2.3