fix(DB/Creature): Herald Volaj despawn on evade (#22295)

This commit is contained in:
Andrew 2025-06-12 06:13:01 -03:00 committed by GitHub
parent 5a4da0c9a8
commit 98ea0b40fa
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` IN (29311, 31464);