aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2023_02_01_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_02_01_00_world.sql b/sql/updates/world/master/2023_02_01_00_world.sql
new file mode 100644
index 00000000000..b2f3bb069b8
--- /dev/null
+++ b/sql/updates/world/master/2023_02_01_00_world.sql
@@ -0,0 +1,5 @@
+SET @OGUID := 1051927;
+SET @CGUID := 600244;
+
+DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1;
+DELETE FROM `gameobject` WHERE `guid` = @OGUID+0;