From dfecf1b955f7bb92fe3c392f25d39b6449b1adaa Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Thu, 29 Oct 2009 19:39:27 +0000 Subject: [PATCH] moving victory rush where it belongs (at the bottom) git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@125 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Guerrier.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaut/Guerrier.lua b/defaut/Guerrier.lua index c2aae4b..7c82384 100644 --- a/defaut/Guerrier.lua +++ b/defaut/Guerrier.lua @@ -96,7 +96,6 @@ AddIcon if Stance(3) #berserker { - Spell(VICTORY usable=1) if TargetLifePercent(less 20) { @@ -111,6 +110,7 @@ AddIcon if CheckBoxOn(whirlwind) Spell(WHIRLWIND) Spell(BLOODTHIRST) + Spell(VICTORY usable=1) if BuffPresent(SLAMBUFF) Spell(SLAM) Spell(MORTALSTRIKE) @@ -123,11 +123,11 @@ AddIcon if Stance(1) #combat { - Spell(VICTORY usable=1) if TargetDebuffExpires(REND 0 mine=1) Spell(REND) if BuffPresent(SUDDENDEATH) or TargetLifePercent(less 20) Spell(EXECUTE) Spell(MORTALSTRIKE) Spell(OVERPOWER usable=1) + Spell(VICTORY usable=1) if TalentPoints(SLAMTALENT more 1) Spell(SLAM priority=2) -- 1.7.9.5