mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
DB/Spells: Frost Nova's freeze effect, Hex and Polymorph targets will now get canceled uppon taking damage
This commit is contained in:
5
sql/updates/world/4.3.4/2020_04_03_01_world.sql
Normal file
5
sql/updates/world/4.3.4/2020_04_03_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (118, 51514, 122);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `Charges`) VALUES
|
||||
(118, 1),
|
||||
(122, 1),
|
||||
(51514, 1);
|
||||
Reference in New Issue
Block a user