fix(DB/creature_template): Add IGNORE_ASSISTANCE_CALL to Anubisath Sentinel (#13406)

This commit is contained in:
Gultask 2022-10-14 16:27:22 -03:00 committed by GitHub
parent 562835686a
commit 108ebeae84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `flags_extra` = 0 WHERE `entry` IN (14882, 14883, 14825, 13996);
UPDATE `creature_template` SET `flags_extra` = 33554432 WHERE (`entry` = 15264);