diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-18 00:55:22 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-18 00:55:44 +0200 |
commit | c32dbd1432b28206fee430da7e9f77d6053730fc (patch) | |
tree | eae5669a459056f3f2a1593e75051aa71c0a4c99 /sql | |
parent | da1e466bd5bf2e4f0778a9bfb6b60ae66e1a6ada (diff) |
Core/Spells: Fix hunter T7 4P Bonus
Closes #8320
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2013_08_18_00_world_spell_script_names_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_18_00_world_spell_script_names_335.sql b/sql/updates/world/2013_08_18_00_world_spell_script_names_335.sql new file mode 100644 index 00000000000..cadf3fb221f --- /dev/null +++ b/sql/updates/world/2013_08_18_00_world_spell_script_names_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 60144; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(60144, 'spell_hun_viper_attack_speed'); |