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
This commit is contained in:
Killyana
2016-12-24 09:53:51 +01:00
parent cec03e00e9
commit bddf15d696

View File

@@ -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;