Quantcast

fixed a syntax error

Sidoine De Wispelaere [03-28-11 - 18:02]
fixed a syntax error

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@391 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
Condition.lua
Ovale.toc
diff --git a/Condition.lua b/Condition.lua
index f88f72a..80dd9fd 100644
--- a/Condition.lua
+++ b/Condition.lua
@@ -697,7 +697,7 @@ Ovale.conditions=
 	lifePercent = function(condition)
 		local target = getTarget(condition.target)
 		return 100 * UnitHealth(target)/UnitHealthMax(target), 0, 0
-	end
+	end,
 	-- Test if a list item is selected
 	-- 1 : the list name
 	-- 2 : the item name
diff --git a/Ovale.toc b/Ovale.toc
index 78990e8..c06c339 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.35
+## Version: 4.0.36
 ## OptionalDeps: Ace3, ButtonFacade, Recount, Skada, LibBabble-CreatureType-3.0, LibRangeCheck-2.0
 ## SavedVariables: OvaleDB
 ## SavedVariablesPerCharacter: OvaleDBPC