diff options
author | azazel <none@none> | 2010-08-06 23:03:43 +0600 |
---|---|---|
committer | azazel <none@none> | 2010-08-06 23:03:43 +0600 |
commit | 2562a4651f94e2dc40ccce108a2497c2c26bfff6 (patch) | |
tree | 65baee9a439e324c2761731817cac93fd1c4e698 /sql | |
parent | b63a31f513db5274e85afc323d143292d8f3e88f (diff) |
Moved Pain and Suffering (47948) script effect to spell script.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/base/world_database.sql | 1 | ||||
-rw-r--r-- | sql/updates/9199_world_spell_script_names.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 8e769eb010e..656f1ead05c 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -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 diff --git a/sql/updates/9199_world_spell_script_names.sql b/sql/updates/9199_world_spell_script_names.sql new file mode 100644 index 00000000000..0ba1b525fbc --- /dev/null +++ b/sql/updates/9199_world_spell_script_names.sql @@ -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');
\ No newline at end of file |