mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
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:
6
sql/updates/world/3.3.5/2016_12_24_03_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_12_24_03_world.sql
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user