diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-24 16:14:25 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-24 16:14:25 +0200 |
| commit | 296956e06e02c06135aab6c5d86535b7e256a6b0 (patch) | |
| tree | 43e25133f534e6c2830169ece1def1725a3a2aa2 /sql | |
| parent | d7cf0a935adc742d460764cdd33252f8c283f77c (diff) | |
Revert "Core/Spells: Death and Decay"
This reverts commit 02d56e00bc256f224b7d05f90af2c0af7cb287bf.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_07_24_08_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_24_08_world_spell_script_names.sql b/sql/updates/world/2014_07_24_08_world_spell_script_names.sql new file mode 100644 index 00000000000..16c12b70c5a --- /dev/null +++ b/sql/updates/world/2014_07_24_08_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM spell_script_names WHERE spell_id=-43265; +INSERT INTO spell_script_names VALUES +(-43265, 'spell_dk_death_and_decay'); |
