From e5421cb9ec1dc830b4fde208c8cf849ee4584b1b Mon Sep 17 00:00:00 2001 From: Meji Date: Tue, 1 Nov 2022 23:25:44 +0100 Subject: DB/Stormwind: Delete some duplicate spawns Closes #28442 --- sql/updates/world/master/2022_11_01_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2022_11_01_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_11_01_03_world.sql b/sql/updates/world/master/2022_11_01_03_world.sql new file mode 100644 index 00000000000..db0f7885fd0 --- /dev/null +++ b/sql/updates/world/master/2022_11_01_03_world.sql @@ -0,0 +1,6 @@ +-- Pre Broken Shore Harbor incorrect spawns +DELETE FROM `creature` WHERE `guid` IN (650989, 650998, 651006, 651007, 651012, 651016, 651024); +DELETE FROM `gameobject` WHERE `guid`=400277; + +-- Duplicated - Totally Generic Bunny (All Phase) +DELETE FROM `creature` WHERE `guid` IN (651019, 651028); -- cgit v1.2.3