DB/Spells: Frost Nova's freeze effect, Hex and Polymorph targets will now get canceled uppon taking damage

This commit is contained in:
Ovahlord
2020-04-03 04:28:27 +02:00
parent 984805e83c
commit 56a3d1b73f

View 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);