Quantcast

bug fix for armor debuff

Sidoine De Wispelaere [10-16-10 - 16:12]
bug fix for armor debuff

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@281 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
Condition.lua
Ovale.toc
defaut/Druide.lua
diff --git a/Condition.lua b/Condition.lua
index 3de21f7..7820bba 100644
--- a/Condition.lua
+++ b/Condition.lua
@@ -71,9 +71,9 @@ local buffSpellList =
 	},
 	lowerarmor=
 	{
-		7386, -- Sunder Armor (x3)
+		58567, -- Sunder Armor (x3)
 		8647, -- Expose Armor
-		770 -- Faerie Fire (x3)
+		91565 -- Faerie Fire (x3)
 	},
 	magicaldamagetaken=
 	{
diff --git a/Ovale.toc b/Ovale.toc
index f15d09a..c650af3 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: 4.0.3
+## Version: 4.0.4
 ## OptionalDeps: Ace3, ButtonFacade, Recount, LibBabble-CreatureType-3.0
 ## SavedVariables: OvaleDB
 ## SavedVariablesPerCharacter: OvaleDBPC
diff --git a/defaut/Druide.lua b/defaut/Druide.lua
index a5211a0..0d86dbb 100644
--- a/defaut/Druide.lua
+++ b/defaut/Druide.lua
@@ -9,9 +9,9 @@ Define(DEMOROAR 99) #bear
 	SpellAddTargetDebuff(DEMOROAR DEMOROAR=30)
 Define(ENRAGE 5229) #bear
 Define(FAERIEFIRE 770) #moonkin
-	SpellAddTargetDebuff(FAERIEFIRE FAERIEFIRE=300)
+	SpellAddTargetDebuff(FAERIEFIRE FAERIEFIREDEBUFF=300)
 Define(FAERIEFERAL 16857) #bear+cat
-	SpellAddTargetDebuff(FAERIEFERAL FAERIEFERAL=300)
+	SpellAddTargetDebuff(FAERIEFERAL FAERIEFIREDEBUFF=300)
 Define(FEROCIOUSBITE 22568) #cat finish 35-70 mana
 	SpellInfo(FEROCIOUSBITE combo=-5 mana=70)
 Define(FORCEOFNATURE 33831) #moonkin cd
@@ -72,6 +72,7 @@ Define(ECLIPSELUNAR 48518) #Increased by wrath
 Define(ECLIPSESOLAR 48517) #Increased by starfire
 Define(SHOOTINGSTARS 93400)
 Define(STAMPEDE 81022)
+Define(FAERIEFIREDEBUFF 91565)

 AddCheckBox(multi L(AOE))
 AddCheckBox(lucioles SpellName(FAERIEFIRE) default)