Quantcast

garotte is a bleeding

Sidoine De Wispelaere [01-13-10 - 18:36]
garotte is a bleeding

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@200 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
Ovale.toc
defaut/Voleur.lua
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)