fix(DB/Creature): Add Immunities Knockback and Horror to Gruul trash (#16753)

add certain immunities to gruul trash
This commit is contained in:
v-mstrs
2023-07-17 00:43:07 +02:00
committed by GitHub
parent 3860d273b4
commit 5074348f56

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 8388608, `flags_extra` = 1073741824 WHERE `entry` in (19389, 21350);