From 19ccf2311c1867c57140c344b76e181e031327d4 Mon Sep 17 00:00:00 2001 From: youdeoo Date: Wed, 1 Apr 2026 04:44:19 +0800 Subject: [PATCH] fix(DB/Creatures): fix Valithria dream phase NPC not visible to players (#25320) --- data/sql/updates/pending_db_world/rev_1774904384329967200.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1774904384329967200.sql diff --git a/data/sql/updates/pending_db_world/rev_1774904384329967200.sql b/data/sql/updates/pending_db_world/rev_1774904384329967200.sql new file mode 100644 index 000000000..fd747838d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1774904384329967200.sql @@ -0,0 +1,2 @@ +-- Valithria Dreamwalker +UPDATE `creature_template` SET `flags_extra` = `flags_extra` & ~128 WHERE `entry` = 37950;