DB/Creature: Sindragosa should not be flying during the ground phase, spreading its wings

by Ovahlord closes #29121
This commit is contained in:
Aokromes
2024-05-12 16:37:39 +02:00
committed by GitHub
parent faf87b327d
commit 7df5764b1d

View File

@@ -0,0 +1,2 @@
-- Add CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE to Sindragosa
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|512 WHERE `entry`IN(36853,38265,38266,38267);