From d4de6fe578115e7be7e0fba8d0f860faa7130e42 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Mon, 29 Dec 2014 17:27:47 +0100 Subject: [PATCH] Was returning a list instead of a table Signed-off-by: Alar of Daggerspine --- GarrisonCommander.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua index 04aacaa..170a5b7 100644 --- a/GarrisonCommander.lua +++ b/GarrisonCommander.lua @@ -256,7 +256,7 @@ function addon:GetDifficultyColor(perc,usePurple) elseif(perc >20) then return QuestDifficultyColors['impossible'] else - return not usePurple and QuestDifficultyColors['trivial'] or C.Purple() + return not usePurple and QuestDifficultyColors['trivial'] or C.Purple end end if (LibDebug) then LibDebug() end -- 1.7.9.5