fix(Scripts/RuinsOfAhnQiraj): Improve Ossirian (#12138)
This commit is contained in:
parent
c19d6b74e9
commit
60e70ac81f
2 changed files with 44 additions and 41 deletions
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
-- Ossirian immune to Taunt
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE `entry`=15339;
|
||||
|
||||
-- Sand Vortex UNIT_FLAG_NOT_SELECTABLE
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=15428;
|
||||
Loading…
Add table
Add a link
Reference in a new issue