From cbc7ca8655916c85b34d73830f5d035aea9507c5 Mon Sep 17 00:00:00 2001 From: Shocker Date: Wed, 8 Sep 2010 16:00:10 +0300 Subject: Core/Spells: Fixed PvP Trinket / Every Man for Himself / Will of the Forsaken shared CD, fixes issue 1872, based on dr.tenma's patch --HG-- branch : trunk --- sql/updates/9840_world_spell_linked_spell.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/9840_world_spell_linked_spell.sql (limited to 'sql/updates') diff --git a/sql/updates/9840_world_spell_linked_spell.sql b/sql/updates/9840_world_spell_linked_spell.sql new file mode 100644 index 00000000000..fab11165a0d --- /dev/null +++ b/sql/updates/9840_world_spell_linked_spell.sql @@ -0,0 +1,5 @@ +DELETE FROM spell_linked_spell WHERE spell_trigger IN(7744,42292,59752); +INSERT INTO spell_linked_spell (spell_trigger, spell_effect, type, comment) VALUES +(7744, 72757, 0, 'Will of the Forsaken Cooldown Trigger (WOTF)'), +(42292, 72752, 0, 'Will of the Forsaken Cooldown Trigger'), +(59752, 72752, 0, 'Will of the Forsaken Cooldown Trigger'); -- cgit v1.2.3