aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-12-24 09:53:51 +0100
committerDoctorKraft <DoctorKraft@users.noreply.github.com>2018-03-18 00:19:33 +0100
commit3c82cc0f365b93fc9b12b56c029b99461cc47382 (patch)
tree3281b35d57270bb4658a1c4f4fa724f2e9818493
parent5c9a51e3f770560ac39c492d04f9299c09465aa2 (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 (cherry picked from commit bddf15d6965d7deafed3f0da3efda6b8e41de9e0)
-rw-r--r--sql/updates/world/master/2018_03_17_04_world_2016_12_24_03_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_04_world_2016_12_24_03_world.sql b/sql/updates/world/master/2018_03_17_04_world_2016_12_24_03_world.sql
new file mode 100644
index 00000000000..587770aebfb
--- /dev/null
+++ b/sql/updates/world/master/2018_03_17_04_world_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;
+