From 165ca09d7af64e5d076b2ecd9e3f00e747e6e9ce Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 29 Apr 2019 23:15:05 +0200 Subject: [PATCH] DB: Revert Mysterious Snow Mound spawns as handled by spell script --- sql/updates/world/3.3.5/2019_04_29_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_04_29_02_world.sql diff --git a/sql/updates/world/3.3.5/2019_04_29_02_world.sql b/sql/updates/world/3.3.5/2019_04_29_02_world.sql new file mode 100644 index 00000000000..3466e97365f --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_29_02_world.sql @@ -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);