From c8a697b5836de738f9ffe995099d56b3edb4c5ed Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 10 Apr 2013 07:20:55 +0000 Subject: [PATCH] Shadow priest DoTs are affected by spell haste. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@900 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Pretre.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaut/Pretre.lua b/defaut/Pretre.lua index f38c7d2..70a540f 100644 --- a/defaut/Pretre.lua +++ b/defaut/Pretre.lua @@ -8,7 +8,7 @@ Define(berserking 26297) Define(cascade 120785) SpellInfo(cascade duration=0.1 ) Define(devouring_plague 2944) - SpellInfo(devouring_plague duration=6 tick=1 shadoworbs=1 ) + SpellInfo(devouring_plague duration=6 tick=1 shadoworbs=1 haste=spell ) SpellAddTargetDebuff(devouring_plague devouring_plague=1) Define(dispersion 47585) SpellInfo(dispersion duration=6 cd=120 ) @@ -47,7 +47,7 @@ Define(power_word_fortitude 21562) Define(shadow_word_death 32379) SpellInfo(shadow_word_death cd=8 ) Define(shadow_word_pain 589) - SpellInfo(shadow_word_pain duration=18 tick=3 ) + SpellInfo(shadow_word_pain duration=18 tick=3 haste=spell ) SpellAddTargetDebuff(shadow_word_pain shadow_word_pain=1) Define(shadowfiend 34433) SpellInfo(shadowfiend duration=12 cd=180 ) @@ -60,7 +60,7 @@ Define(vampiric_embrace 15286) SpellInfo(vampiric_embrace duration=15 cd=180 ) SpellAddBuff(vampiric_embrace vampiric_embrace=1) Define(vampiric_touch 34914) - SpellInfo(vampiric_touch duration=15 tick=3 ) + SpellInfo(vampiric_touch duration=15 tick=3 haste=spell ) SpellAddTargetDebuff(vampiric_touch vampiric_touch=1) Define(cascade_talent 16) Define(divine_star_talent 17) -- 1.7.9.5