From a071a723ac7c52ca126a59d6f4f95c6901be6a89 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:03:21 +0100 Subject: [PATCH] fix(DB/Creature): Remove Overseer Faedris double spawn point. (#24015) --- data/sql/updates/pending_db_world/Faedris.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/Faedris.sql diff --git a/data/sql/updates/pending_db_world/Faedris.sql b/data/sql/updates/pending_db_world/Faedris.sql new file mode 100644 index 000000000..bdebc378b --- /dev/null +++ b/data/sql/updates/pending_db_world/Faedris.sql @@ -0,0 +1,3 @@ + +-- Remove double spawn point +DELETE FROM `creature` WHERE (`id1` = 32250) AND (`guid` IN (125031));