fix(DB/Creature): Add proper unit flags to Phantom Leotheras. (#20049)

Init.
This commit is contained in:
Benjamin Jackson
2024-09-26 14:16:07 -04:00
committed by GitHub
parent 8a0604479a
commit 35042734d6

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432|32768|512|256 WHERE `entry` = 21812;