From 96c7c8dea874f96b6a334ac079808ed4270ff251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Bertelsen?= Date: Thu, 23 Jul 2026 08:11:50 +0200 Subject: [PATCH] fix(DB/Creature): hide The Lich King whisper trigger at Havenshire (#26740) Co-authored-by: Claude Fable 5 --- data/sql/updates/pending_db_world/rev_1784731268413348600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1784731268413348600.sql diff --git a/data/sql/updates/pending_db_world/rev_1784731268413348600.sql b/data/sql/updates/pending_db_world/rev_1784731268413348600.sql new file mode 100644 index 000000000..ebdf911cc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1784731268413348600.sql @@ -0,0 +1,2 @@ +-- Flag 'The Lich King' (28765) whisper controller in the Scarlet Enclave as a trigger creature so it is invisible to players +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` = 28765;