fix(DB/Creature): Fix ZA bosses not despawning on evade (#20900)

This commit is contained in:
Andrew
2024-12-12 02:09:59 -03:00
committed by GitHub
parent cef1b781d7
commit a4c30ad720
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (23574, 23578, 24239);