aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);