DB/Creature: Onyxia's immunities

* Add immunity to interript effects
* Remove immunity to taunt effects as that was only valid for the classic version
This commit is contained in:
Nyeriah
2014-11-20 16:09:42 -02:00
parent dd87d7448e
commit e75534301d

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |33554432, `flags_extra` = `flags_extra` &~256 WHERE entry IN (10184, 36538);