fix(DB/Creature): Lady Vashj should despawn on evade (#17805)

This commit is contained in:
Andrew 2023-11-20 08:21:37 -03:00 committed by GitHub
parent f39906d270
commit 59af34ee16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 where `entry` = 21212;