diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-10 22:27:29 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-11 17:34:03 +0200 |
| commit | 968a8e8ee83019aa618d67ccfa6b1c458abe243b (patch) | |
| tree | f02220afdb68d774180729b5e5963e273199c377 /sql | |
| parent | 450f9e7d99879903bc919981668b1ac847631bc2 (diff) | |
Core/Spells: Fix Pain and Suffering reduces damage
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_07_10_00_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_10_00_world_spell_script_names.sql b/sql/updates/world/2012_07_10_00_world_spell_script_names.sql new file mode 100644 index 00000000000..15ca9c43cc5 --- /dev/null +++ b/sql/updates/world/2012_07_10_00_world_spell_script_names.sql @@ -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'); |
