fix(DB/creature_template): Add IGNORE_ASSISTANCE_CALL to Anubisath Sentinel (#13406)
This commit is contained in:
parent
562835686a
commit
108ebeae84
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue