aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2022-11-01 23:25:44 +0100
committerNaddley <NaddleyTC@gmail.com>2022-11-01 23:25:49 +0100
commite5421cb9ec1dc830b4fde208c8cf849ee4584b1b (patch)
treefdef609672b0f0a0a98ea90ff16389c34a0010d2
parent3cf9278941d838c199b9e5b74a4f7aeb82d8ee9b (diff)
DB/Stormwind: Delete some duplicate spawns
Closes #28442
-rw-r--r--sql/updates/world/master/2022_11_01_03_world.sql6
1 files changed, 6 insertions, 0 deletions
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);