From af874a211c0f064bd685cddeded3ca7d6d690e8f Mon Sep 17 00:00:00 2001 From: Gildor Date: Mon, 12 Aug 2019 22:28:00 -0300 Subject: DB/Spells: Mage - Icy Veins stack --- sql/updates/world/3.3.5/2019_08_12_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_08_12_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_08_12_00_world.sql b/sql/updates/world/3.3.5/2019_08_12_00_world.sql new file mode 100644 index 00000000000..21c47556c7d --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_12_00_world.sql @@ -0,0 +1,2 @@ +-- Icy Veins need stack with BL +DELETE FROM `spell_group` WHERE `id`=1122 AND `spell_id`=12472; -- cgit v1.2.3