aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorkaelima <kaelima@live.se>2011-09-07 00:19:40 +0200
committerkaelima <kaelima@live.se>2011-09-07 00:19:40 +0200
commit9d90c8245bfbfec8d821e25283643bd67f5bfeae (patch)
treede251f4080d82f83e4fc912485a83096fde48474 /sql/updates
parent5823b0379b2fa2f5e8d9fddd9f5b8a035db46896 (diff)
Core/Spells: Deep freeze should do damage instead of freezing on targets with permanent stun immunity.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_09_07_00_world_spell_linked_spell.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_07_00_world_spell_linked_spell.sql b/sql/updates/world/2011_09_07_00_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..584ef63c4ad
--- /dev/null
+++ b/sql/updates/world/2011_09_07_00_world_spell_linked_spell.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=44572;
+INSERT INTO `spell_linked_spell` VALUES
+(44572,71757,0, 'Deep Freeze - Damage Proc');
+
+DELETE FROM `spell_bonus_data` WHERE `entry`=71757;
+INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
+(71757,2.143,0,0,0, 'Mage - Deep Freeze');