aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDefu <estafeitor@gmail.com>2017-06-12 22:04:12 +0200
committerShauren <shauren.trinity@gmail.com>2017-06-12 22:04:12 +0200
commitd8247a3b11e02a9f6b181a9b0bf9e9d327c62993 (patch)
tree96c3875910ba283d3f6fef921c3b85587e75e888 /sql
parent677b2fba42f995cafa7754a4dfd7de5b73d83ed2 (diff)
Core/Spells: Fixed Hunter spell Exhilaration rank 2
Closes #19858
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_06_12_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_06_12_00_world.sql b/sql/updates/world/master/2017_06_12_00_world.sql
new file mode 100644
index 00000000000..71dde483721
--- /dev/null
+++ b/sql/updates/world/master/2017_06_12_00_world.sql
@@ -0,0 +1,4 @@
+-- Exhilaration
+DELETE FROM `spell_script_names` where `ScriptName`='spell_hun_exhilaration';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(109304,'spell_hun_exhilaration');