From aaa1a43204c7dbb9c5bd5f9622b7b3d6065407e2 Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 12 Oct 2016 01:32:40 -0300 Subject: Core/Spells: fix auto repeat spells triggering auras Auto repeat spells are casted as triggered and didn't register procs properly if the aura can't proc with triggered --- sql/updates/world/3.3.5/2016_10_12_00_world_335.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_12_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_12_00_world_335.sql b/sql/updates/world/3.3.5/2016_10_12_00_world_335.sql new file mode 100644 index 00000000000..7c14d28bc11 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_12_00_world_335.sql @@ -0,0 +1,8 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x2 WHERE `SpellId` IN ( +-61846, -- Aspect of the Dragonhawk +-13165, -- Aspect of the Hawk +7434, -- Fate Rune of Unsurpassed Vigor +39958, -- Skyfire Swiftness +55380, -- Skyflare Swiftness +70727 -- Item - Hunter T10 2P Bonus +); -- cgit v1.2.3