aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-10-12 01:32:40 -0300
committerariel- <ariel-@users.noreply.github.com>2016-10-12 01:32:40 -0300
commitaaa1a43204c7dbb9c5bd5f9622b7b3d6065407e2 (patch)
tree85b8c4879350359b66cc0f19b947e63755fd9eed /sql
parent449ec0d6ff74ccd1874bc09073353d97c1d0151c (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_10_12_00_world_335.sql8
1 files changed, 8 insertions, 0 deletions
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
+);