fix(DB/Creature): Add Immunities Knockback and Horror to Gruul trash (#16753)
add certain immunities to gruul trash
This commit is contained in:
parent
3860d273b4
commit
5074348f56
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 8388608, `flags_extra` = 1073741824 WHERE `entry` in (19389, 21350);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue