aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKittnz <Kittnz@users.noreply.github.com>2016-05-09 22:25:36 +0200
committerKittnz <Kittnz@users.noreply.github.com>2016-05-09 22:25:36 +0200
commit42611e65d0352224875bd6c9654f0c1045b43030 (patch)
tree8bfa149da4f2c63f5019b6354bb8fe1411b557c3 /sql
parent2329648cadaa83be0950d6abd4133b37f34d53e8 (diff)
parentc1ed002b4b0d30432b76f9c5df9095ade4b0b171 (diff)
Merge pull request #16474 from Asterc/Isle
[3.3.5][6.x] Core/Battleground Script for Isle of Conquest Bosses
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_99_99_99_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql
new file mode 100644
index 00000000000..149d829c9f7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_99_99_99_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);