From 463edf96d2c0040340bb2744765e20f77eb7e403 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sat, 21 Nov 2009 20:31:17 +0000 Subject: [PATCH] some corrections for feral druid git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@139 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Druide.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaut/Druide.lua b/defaut/Druide.lua index 1931695..8df86c1 100644 --- a/defaut/Druide.lua +++ b/defaut/Druide.lua @@ -78,14 +78,14 @@ AddIcon help=main if Mana(less 30) Spell(TIGERSFURY) if TargetDebuffExpires(MANGLECAT 0 mine=1) and CheckBoxOn(mangle) Spell(MANGLECAT) - if TargetDebuffExpires(RAKE 0 mine=1) + if TargetDebuffExpires(RAKE 0 mine=1) and Mana(more 34) Spell(RAKE) - Spell(SHRED) + if Mana(more 42) Spell(SHRED) } if BuffPresent(CLEARCASTING) Spell(SHRED) - if ComboPoints(more 4) + if ComboPoints(more 4) and Mana(more 34) { unless BuffExpires(SAVAGEROAR 8) or TargetDebuffExpires(RIP 8 mine=1) Spell(FEROCIOUSBITE) -- 1.7.9.5