aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Dove <1695733+jasongdove@users.noreply.github.com>2025-05-25 11:38:35 -0500
committerGitHub <noreply@github.com>2025-05-25 18:38:35 +0200
commitb08ed2d7c58f860a6716853ec13a1c2f3640081d (patch)
tree7d0e32df57ff75b52874576fd438217c2d51b616
parent741148a88c8323e4e46c409f030a30a2216ac87c (diff)
DB/EasternPlaguelands: Remove duplicate Stratholme service entrance gates (#30976)
-rw-r--r--sql/updates/world/master/2025_05_25_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_25_03_world.sql b/sql/updates/world/master/2025_05_25_03_world.sql
new file mode 100644
index 00000000000..33542b488bd
--- /dev/null
+++ b/sql/updates/world/master/2025_05_25_03_world.sql
@@ -0,0 +1,2 @@
+-- delete duplicate stratholme service entrance gates
+DELETE FROM `gameobject` WHERE `guid` IN (200250, 200964, 203081, 212816, 216442);