fix(Scripts/RuinsOfAhnQiraj): Improve Ossirian (#12138)

This commit is contained in:
Eddy Vega 2022-07-25 17:32:53 -06:00 committed by GitHub
parent c19d6b74e9
commit 60e70ac81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 41 deletions

View file

@ -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;