aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-18 01:31:41 +0200
committerKillyana <morphone1@gmail.com>2019-05-18 01:31:41 +0200
commita0d41c314fcce2b7e941628b3b9b1710cc6acee8 (patch)
tree8003825c56905c68f7fc2bdf4b9d0137ae7c67c6 /sql
parent404c4f8091693a1b9b7c914e7e9373c40c53141a (diff)
Spell/Scripts: Add cooldown for Arcano-Scorp spells
Closes #23287
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_05_18_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_18_00_world.sql b/sql/updates/world/3.3.5/2019_05_18_00_world.sql
new file mode 100644
index 00000000000..18439a748b7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_18_00_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_gen_charmed_unit_spell_cooldown" AND `spell_id` IN (37917,37918,37919);
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(37917, "spell_gen_charmed_unit_spell_cooldown"),
+(37918, "spell_gen_charmed_unit_spell_cooldown"),
+(37919, "spell_gen_charmed_unit_spell_cooldown");