From b08ed2d7c58f860a6716853ec13a1c2f3640081d Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Sun, 25 May 2025 11:38:35 -0500 Subject: DB/EasternPlaguelands: Remove duplicate Stratholme service entrance gates (#30976) --- sql/updates/world/master/2025_05_25_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2025_05_25_03_world.sql (limited to 'sql') 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); -- cgit v1.2.3