Core/Spells: Fixed Riptide bonus on Chain Heal

closes #1152

Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
Subv
2012-04-08 18:56:36 -05:00
parent 93ca33a8cc
commit e309c4fe1b
3 changed files with 49 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=-1064;
INSERT INTO `spell_script_names` VALUES
(-1064, 'spell_sha_chain_heal');