fix(DB/Creature): Fix ZA bosses not despawning on evade (#20900)
This commit is contained in:
parent
cef1b781d7
commit
a4c30ad720
2 changed files with 21 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (23574, 23578, 24239);
|
||||
Loading…
Add table
Add a link
Reference in a new issue