From e75534301d707cdf30f4ebe03923b8b4bcfa72d3 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Thu, 20 Nov 2014 16:09:42 -0200 Subject: DB/Creature: Onyxia's immunities * Add immunity to interript effects * Remove immunity to taunt effects as that was only valid for the classic version --- sql/updates/world/2014_11_20_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_11_20_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3