diff options
author | Jason Dove <1695733+jasongdove@users.noreply.github.com> | 2025-05-25 11:33:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-25 18:33:07 +0200 |
commit | 741148a88c8323e4e46c409f030a30a2216ac87c (patch) | |
tree | ae61ef6f45ddf65616392f62e0917666dfe29893 /sql | |
parent | 762122466ced37397989c3a45fbafe56189bccb7 (diff) |
DB/WesternPlaguelands: Remove duplicate Scholomance doors (#30977)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_05_25_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_25_02_world.sql b/sql/updates/world/master/2025_05_25_02_world.sql new file mode 100644 index 00000000000..075be1f3ffd --- /dev/null +++ b/sql/updates/world/master/2025_05_25_02_world.sql @@ -0,0 +1,2 @@ +-- delete duplicate scholomance entrance doors +DELETE FROM `gameobject` WHERE `guid` IN (200263, 200977, 203093, 212798, 216460); |