aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorasterc <sirikbau1@hotmail.com>2016-05-09 09:51:16 -0300
committerasterc <sirikbau1@hotmail.com>2016-05-09 09:51:16 -0300
commitc1ed002b4b0d30432b76f9c5df9095ade4b0b171 (patch)
tree489cd783b0e138d7cc3389dbec577670f74fd849 /sql
parent7d081472da1b0199db6ff71517d5e8b02ea61090 (diff)
Core/Battleground Script for Isle of Conquest Bosses
by @gerripeach
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);