From 20b97f988301f7e32a95b7a496bfd67091bd4548 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 23 Jan 2017 13:51:16 -0300 Subject: DB/Spell: kill charge drop from Light's Grace Cast time reduction should remain active Closes #18927 By Eliminationzx --- sql/updates/world/3.3.5/2017_01_23_00_world_335.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_01_23_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_01_23_00_world_335.sql b/sql/updates/world/3.3.5/2017_01_23_00_world_335.sql new file mode 100644 index 00000000000..e4cc79736d2 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_23_00_world_335.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc` WHERE `SpellId` = 31834; -- cgit v1.2.3