aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-12-24 09:53:51 +0100
committerKillyana <morphone1@gmail.com>2016-12-24 09:53:51 +0100
commitbddf15d6965d7deafed3f0da3efda6b8e41de9e0 (patch)
tree85e1931a357f0a54742720b0262f57b464825604
parentcec03e00e93ccaa4773af14b9f57bcd9f8131952 (diff)
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
-rw-r--r--sql/updates/world/3.3.5/2016_12_24_03_world.sql6
1 files changed, 6 insertions, 0 deletions
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;
+