From 56a3d1b73f2a3d6564db92d0ce66f46ec7a18f9e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 3 Apr 2020 04:28:27 +0200 Subject: [PATCH] DB/Spells: Frost Nova's freeze effect, Hex and Polymorph targets will now get canceled uppon taking damage --- sql/updates/world/4.3.4/2020_04_03_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_04_03_01_world.sql diff --git a/sql/updates/world/4.3.4/2020_04_03_01_world.sql b/sql/updates/world/4.3.4/2020_04_03_01_world.sql new file mode 100644 index 00000000000..c4e3ba10d83 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_04_03_01_world.sql @@ -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);