mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB: Revert Mysterious Snow Mound spawns as handled by spell script
This commit is contained in:
4
sql/updates/world/3.3.5/2019_04_29_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_04_29_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (825, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212);
|
||||
DELETE FROM `pool_gameobject` WHERE `pool_entry` IN (573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592);
|
||||
DELETE FROM `pool_template` WHERE `entry` IN (573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592);
|
||||
Reference in New Issue
Block a user