aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-18 01:31:41 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-05 22:37:31 +0100
commitc287485a7bde9c02514e3c2e0ed95eb564567ec4 (patch)
tree8a7331def70e9d0683c4e7d9578d6fbe65a37dc3 /sql/updates
parentc9c97253ac1bd07eaa79c9c8c9b3057c2062ca7b (diff)
Spell/Scripts: Add cooldown for Arcano-Scorp spells
Closes #23287 (cherry picked from commit a0d41c314fcce2b7e941628b3b9b1710cc6acee8)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_05_34_world_2019_05_18_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_34_world_2019_05_18_00_world.sql b/sql/updates/world/master/2021_12_05_34_world_2019_05_18_00_world.sql
new file mode 100644
index 00000000000..18439a748b7
--- /dev/null
+++ b/sql/updates/world/master/2021_12_05_34_world_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");