arcane mage change: wait for 4 debuffs now
Sidoine De Wispelaere [09-23-09 - 22:37]
arcane mage change: wait for 4 debuffs now
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@99 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Ovale.toc b/Ovale.toc
index f2a4390..ede7adb 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.2.2
+## Version: 3.2.3
## OptionalDeps: Ace3, ButtonFacade
## SavedVariables: OvaleDB
## SavedVariablesPerCharacter: OvaleDBPC
diff --git a/defaut/Mage.lua b/defaut/Mage.lua
index 815b3b3..0acadf7 100644
--- a/defaut/Mage.lua
+++ b/defaut/Mage.lua
@@ -55,7 +55,7 @@ AddIcon
if TalentPoints(TALENTARCANEBARRAGE more 0)
{
#Arcane spec
- if DebuffExpires(ARCANEBLAST 0 stacks=3)
+ if DebuffExpires(ARCANEBLAST 0 stacks=4)
Spell(ARCANEBLAST)
Spell(ARCANEMISSILES)
}