fix(DB/Creature): AQ40 taunt immunity (#13576)
init Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
This commit is contained in:
parent
003f574bf4
commit
655435c842
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE entry IN (
|
||||
15517, -- Ouro
|
||||
15275, -- Emperor Vek'nilash
|
||||
15276); -- Emperor Vek'lor
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue