aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-10-05 01:40:00 -0300
committerjoschiwald <joschiwald.trinity@gmail.com>2017-08-13 13:04:07 +0200
commit2b8af950da11c83ba9c48c4e741d709c3531e949 (patch)
tree0b7d4e2d2eb3ff9a50561f949796a04ce89ff548 /sql
parented6cf717c8ffafe9bf14298d3582c171008c8b49 (diff)
Core/Scripts: add a workaround for Will of the Forsaken shared cooldown
Closes #7151 (cherry picked from commit d482b0e368797aecd71c0c2cce4be89ead8c546f) # Conflicts: # src/server/scripts/Spells/spell_generic.cpp
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_08_13_01_world_2016_10_05_03_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_13_01_world_2016_10_05_03_world.sql b/sql/updates/world/master/2017_08_13_01_world_2016_10_05_03_world.sql
new file mode 100644
index 00000000000..41f582280f8
--- /dev/null
+++ b/sql/updates/world/master/2017_08_13_01_world_2016_10_05_03_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (7744, 42292, 59752);
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pvp_trinket_wotf_shared_cd','spell_wotf_shared_cd','spell_pvp_trinket_shared_cd');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(7744, 'spell_wotf_shared_cd'),
+(42292, 'spell_pvp_trinket_shared_cd'),
+(59752, 'spell_pvp_trinket_shared_cd');