diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-01-23 13:51:16 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-01-23 13:51:16 -0300 |
commit | 20b97f988301f7e32a95b7a496bfd67091bd4548 (patch) | |
tree | c831bdd0a2c1b0d8b2cd34fbe1f4b6b0ac526ad3 | |
parent | 6732c1c2e1d26c52d0ab0817a7a19e013a3ea57d (diff) |
DB/Spell: kill charge drop from Light's Grace
Cast time reduction should remain active
Closes #18927
By Eliminationzx
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_23_00_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |