fix(DB/Creature): hide The Lich King whisper trigger at Havenshire (#26740)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Øyvind Bertelsen
2026-07-23 08:11:50 +02:00
committed by GitHub
parent 7e9e72abe7
commit 96c7c8dea8

View File

@@ -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;