fix(DB/Creature): Kalecgos should despawn on evade (#21335)

This commit is contained in:
Andrew 2025-02-06 05:00:24 -03:00 committed by GitHub
parent ab1c969c6e
commit 811342c120
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`|2147483648 WHERE `entry` = 24850;