diff options
| author | untaught <untaugh@mail.bg> | 2014-07-07 16:27:09 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-07-07 16:27:09 +0200 |
| commit | f64add02e8d65f3f75f4bd35918a7a13ff35fbe8 (patch) | |
| tree | eb7daee6d095b099b93946e6c6cfda27ecda4bd9 /sql | |
| parent | fb52609c3e337900bf5fdc0e4d1ae50e5543cc39 (diff) | |
Core/Spells: fixed Fate Rune of Unsurpassed Vigor
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_07_07_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_07_01_world_spell_script_names.sql b/sql/updates/world/2014_07_07_01_world_spell_script_names.sql new file mode 100644 index 00000000000..5926d055b0d --- /dev/null +++ b/sql/updates/world/2014_07_07_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE spell_id=7434; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(7434,'spell_item_fate_rune_of_unsurpassed_vigor'); |
