diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-29 06:25:30 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-29 06:25:30 +0200 |
| commit | a08b52aa197a31b9821f3f9ef425da6365065907 (patch) | |
| tree | db6252ca36f1d85abcbdf13ff2d95b3e1ed9ee44 /sql | |
| parent | eef0d67bb7f06ec063455fcfb4ae336b6aa8391d (diff) | |
Core/Spells: Fix hunter talent "Improved Serpent Sting"
Closes #10001
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_29_00_world_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_29_00_world_spell_script_names_434.sql b/sql/updates/world/2013_07_29_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..ae2b65ae30c --- /dev/null +++ b/sql/updates/world/2013_07_29_00_world_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=-19464; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-19464,'spell_hun_improved_serpent_sting'); |
