diff options
author | Jason Dove <1695733+jasongdove@users.noreply.github.com> | 2025-05-25 11:38:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-25 18:38:35 +0200 |
commit | b08ed2d7c58f860a6716853ec13a1c2f3640081d (patch) | |
tree | 7d0e32df57ff75b52874576fd438217c2d51b616 /sql/updates | |
parent | 741148a88c8323e4e46c409f030a30a2216ac87c (diff) |
DB/EasternPlaguelands: Remove duplicate Stratholme service entrance gates (#30976)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2025_05_25_03_world.sql | 2 |
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); |