aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-24 18:37:46 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-24 18:37:46 +0200
commit9612ac0e276a6435a6e030937d13ef2852708c9b (patch)
tree3f7c6ddb5b9db3ba0376c7388d053d2f9c026388 /sql
parent7427ca5f8e5bc8bb3a8c16dc0648c7690e07038e (diff)
Core/Spells: Fixed Eclipse after recent proc cooldown changes
Closes #17166
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_05_24_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_24_01_world.sql b/sql/updates/world/3.3.5/2016_05_24_01_world.sql
new file mode 100644
index 00000000000..58ac4b0a40e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_05_24_01_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_eclipse';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-48516, 'spell_dru_eclipse');
+
+UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry`=-48516; -- set cooldown to 0, handled by a script