diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-11-20 16:09:42 -0200 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-11-20 16:09:42 -0200 |
commit | e75534301d707cdf30f4ebe03923b8b4bcfa72d3 (patch) | |
tree | a0eefd4b63169a8dd40bb0593adbe0303f0c8861 | |
parent | dd87d7448ed89fe0bdd6dee630e47c33d553e93e (diff) |
DB/Creature: Onyxia's immunities
* Add immunity to interript effects
* Remove immunity to taunt effects as that was only valid for the classic version
-rw-r--r-- | sql/updates/world/2014_11_20_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_20_04_world.sql b/sql/updates/world/2014_11_20_04_world.sql new file mode 100644 index 00000000000..aa5b1641320 --- /dev/null +++ b/sql/updates/world/2014_11_20_04_world.sql @@ -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); |