aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-04-26 22:33:40 -0300
committerGitHub <noreply@github.com>2020-04-26 22:33:40 -0300
commit94aff38187c66f4a769e7e1a387149a6cceb1ce1 (patch)
tree3bf98430d66f1968c7086dfc45bc95ad60c27326 /sql
parent3f5e0927c3e7e3c0fc471f9d8dd4944b270dc40e (diff)
Scripts/Spells: Fixed Mages 2P T10 proc delay (#24496)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_04_26_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_26_04_world.sql b/sql/updates/world/3.3.5/2020_04_26_04_world.sql
new file mode 100644
index 00000000000..17a7242e7f5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_04_26_04_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_arcane_missiles';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(-5143,'spell_mage_arcane_missiles');
+
+UPDATE `spell_script_names` SET `ScriptName`='spell_mage_missile_barrage_proc' WHERE `spell_id`=44401;