Core/Spells: Fix Pain and Suffering reduces damage

This commit is contained in:
Vincent-Michael
2012-07-10 22:27:29 +02:00
parent 450f9e7d99
commit 968a8e8ee8
4 changed files with 40 additions and 29 deletions

View File

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