From b806649dff8749380c0dea613050ff70bc2997a0 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sun, 17 Oct 2010 16:04:51 +0000 Subject: [PATCH] warlock: bane of doom was never used git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@301 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Demoniste.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index 1713542..a8f1388 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -83,7 +83,7 @@ AddIcon help=main mastery=1 if TargetDebuffExpires(CORRUPTION 2 mine=1) and TargetDebuffExpires(SEEDOFCORRUPTION 0 mine=1) and TargetDeadIn(more 9) Spell(CORRUPTION) if TargetDebuffExpires(BANEOFDOOM 0 mine=1) and TargetDebuffExpires(BANEOFAGONY 0 mine=1) { - if List(curse doom) and TargetDeadIn(more 20) Spell(BANEOFDOOM) + if List(bane doom) and TargetDeadIn(more 20) Spell(BANEOFDOOM) if TargetDeadIn(more 10) Spell(BANEOFAGONY) } if TargetLifePercent(less 25) Spell(DRAINSOUL) @@ -109,7 +109,7 @@ AddIcon help=main mastery=2 if TargetDebuffExpires(CORRUPTION 2 mine=1) and TargetDebuffExpires(SEEDOFCORRUPTION 0 mine=1) and TargetDeadIn(more 9) Spell(CORRUPTION) if TargetDebuffExpires(BANEOFDOOM 5 mine=1) and TargetDebuffExpires(BANEOFAGONY 0 mine=1) { - if List(curse doom) and TargetDeadIn(more 15) Spell(BANEOFDOOM) + if List(bane doom) and TargetDeadIn(more 15) Spell(BANEOFDOOM) if TargetDeadIn(more 10) Spell(BANEOFAGONY) } if BuffPresent(MOLTENCORE) Spell(INCINERATE) @@ -140,7 +140,7 @@ AddIcon help=main mastery=3 if TargetDebuffExpires(CORRUPTION 2 mine=1) and TargetDebuffExpires(SEEDOFCORRUPTION 0 mine=1) and TargetDeadIn(more 9) Spell(CORRUPTION) if TargetDebuffExpires(BANEOFDOOM 0 mine=1) and TargetDebuffExpires(BANEOFAGONY 0 mine=1) { - if List(curse doom) and TargetDeadIn(more 60) Spell(BANEOFDOOM) + if List(bane doom) and TargetDeadIn(more 20) Spell(BANEOFDOOM) if TargetDeadIn(more 10) unless List(cure havoc) Spell(BANEOFAGONY) } if BuffPresent(EMPOWEREDIMP) or BuffPresent(SOULBURN) Spell(SOULFIRE) -- 1.7.9.5