mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/Spells: Deep freeze should do damage instead of freezing on targets with permanent stun immunity.
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user