fix(DB/Creatures): fix Valithria dream phase NPC not visible to players (#25320)

This commit is contained in:
youdeoo 2026-04-01 04:44:19 +08:00 committed by GitHub
parent d20b9db8b2
commit 19ccf2311c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Valithria Dreamwalker
UPDATE `creature_template` SET `flags_extra` = `flags_extra` & ~128 WHERE `entry` = 37950;