aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorasterc <sirikbau1@hotmail.com>2016-05-09 14:51:16 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-08 02:10:37 +0100
commit882106d16975b5914222336a95d370310cb2f0a4 (patch)
tree6e0880c293a579c3ccd6b5c0b8bf96df2edc646f /sql
parent037e9053d3aafa7d71f3945c1be22707c3852d5a (diff)
Core/Battleground Script for Isle of Conquest Bosses
by @gerripeach (cherry picked from commit c1ed002b4b0d30432b76f9c5df9095ade4b0b171) SQL file name fix (cherry picked from commit 74f3a84a019e3d6b71d02c9616238dc1e7b14784)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_01_08_01_world_2016_05_09_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_08_01_world_2016_05_09_03_world.sql b/sql/updates/world/master/2017_01_08_01_world_2016_05_09_03_world.sql
new file mode 100644
index 00000000000..149d829c9f7
--- /dev/null
+++ b/sql/updates/world/master/2017_01_08_01_world_2016_05_09_03_world.sql
@@ -0,0 +1,3 @@
+SET @MODIFIER := 50;
+UPDATE `creature_template` SET `mechanic_immune_mask`=617299839, `DamageModifier`=@MODIFIER WHERE `entry` IN (35403,35405);
+UPDATE `creature_template` SET `mechanic_immune_mask`=617299839, `ScriptName`='boss_ioc_horde_alliance' WHERE `entry` IN (34922,34924);