From 05477bc9c9d085486aa416d9e88bccedf6854a16 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Wed, 13 Jan 2010 18:36:28 +0000 Subject: [PATCH] garotte is a bleeding git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@200 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.toc | 2 +- defaut/Voleur.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Ovale.toc b/Ovale.toc index b5940e7..830b99c 100644 --- a/Ovale.toc +++ b/Ovale.toc @@ -3,7 +3,7 @@ ## Notes: Show the icon of the next spell to cast ## Notes-frFR: Affiche l'icône du prochain sort à lancer ## Author: Sidoine -## Version: 3.3.14 +## Version: 3.3.15 ## OptionalDeps: Ace3, ButtonFacade, Recount, LibBabble-CreatureType-3.0 ## SavedVariables: OvaleDB ## SavedVariablesPerCharacter: OvaleDBPC diff --git a/defaut/Voleur.lua b/defaut/Voleur.lua index 172a6b0..ce4def8 100644 --- a/defaut/Voleur.lua +++ b/defaut/Voleur.lua @@ -6,6 +6,7 @@ Define(TALENTCUTTOTHECHASE 2070) Define(SLICEANDDICE 5171) Define(RUPTURE 1943) Define(DEEPWOUNDS 12721) +Define(GARROTE 703) Define(REND 772) Define(RIP 1079) Define(HUNGERFORBLOOD 51662) @@ -31,7 +32,7 @@ AddIcon help=main } if {TargetDebuffPresent(RUPTURE) or TargetDebuffPresent(DEEPWOUNDS) or TargetDebuffPresent(REND) - or TargetDebuffPresent(RIP)} and BuffExpires(HUNGERFORBLOOD 2) + or TargetDebuffPresent(RIP) or TargetDebuffPresent(GARROTE)} and BuffExpires(HUNGERFORBLOOD 2) Spell(HUNGERFORBLOOD) if ComboPoints(more 3) and Mana(more 69) -- 1.7.9.5