bug fix: "before" keyword
Sidoine De Wispelaere [03-03-10 - 18:53]
bug fix: "before" keyword
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@238 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Ovale.lua b/Ovale.lua
index bba7c26..962c486 100644
--- a/Ovale.lua
+++ b/Ovale.lua
@@ -1488,7 +1488,7 @@ function Ovale:CalculerMeilleureAction(element)
if (Ovale.trace) then
self:Print(element.time.."s before ["..element.nodeId.."]")
end
- local timeA = Ovale:CalculerMeilleurAction(element.time)
+ local timeA = Ovale:CalculerMeilleureAction(element.time)
local startA, endA = Ovale:CalculerMeilleureAction(element.a)
return addTime(startA, -timeA), addTime(endA, -timeA)
elseif (element.type == "between") then
diff --git a/Ovale.toc b/Ovale.toc
index 271b0f6..f364883 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.28
+## Version: 3.3.29
## OptionalDeps: Ace3, ButtonFacade, Recount, LibBabble-CreatureType-3.0
## SavedVariables: OvaleDB
## SavedVariablesPerCharacter: OvaleDBPC