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/updates | |
| parent | b63a31f513db5274e85afc323d143292d8f3e88f (diff) | |
Moved Pain and Suffering (47948) script effect to spell script.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9199_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
