fix(DB/Creature): Fix Felmyst flying animation in p1 and add despawn on evade (#21396)

This commit is contained in:
Andrew 2025-02-24 02:18:55 -03:00 committed by GitHub
parent cd8761796f
commit 96e7a20bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|512|2147483648 WHERE `entry` = 25038;