Moved Pain and Suffering (47948) script effect to spell script.

--HG--
branch : trunk
This commit is contained in:
azazel
2010-08-06 23:03:43 +06:00
parent b63a31f513
commit 2562a4651f
4 changed files with 31 additions and 19 deletions
+1
View File
@@ -14731,6 +14731,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 31231, 'spell_rog_cheat_death'),
( 51662, 'spell_rog_hunger_for_blood'),
-- priest
( 47948, 'spell_pri_pain_and_suffering_proc'),
(-47540, 'spell_pri_penance'),
-- death knight
-- shaman
@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=47948 AND `ScriptName`='spell_pri_pain_and_suffering_proc';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (47948, 'spell_pri_pain_and_suffering_proc');