fix(DB/Creature): Adjust unit flags for Lightwell creature. (#24678)

This commit is contained in:
Benjamin Jackson
2026-02-11 02:32:46 -05:00
committed by GitHub
parent a890f55b55
commit 48223145eb

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `unit_flags` = 520, `unit_flags2` = 32 WHERE `entry` IN (31883, 31893, 31894, 31895, 31896, 31897);