From 5dd6ae7c9d36a9f6feb90a325a21254340f37b3e Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Mon, 28 Mar 2011 18:02:16 +0000 Subject: [PATCH] fixed a syntax error git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@391 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Condition.lua | 2 +- Ovale.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5