From b2a34e1bb1af44f26b88054c485dd24112301ef3 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 20 Oct 2010 22:35:41 +0000 Subject: [PATCH] Bug fix the bug fix ... --- Modules/Texts/Texts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Texts/Texts.lua b/Modules/Texts/Texts.lua index 010629b..6dd3d86 100644 --- a/Modules/Texts/Texts.lua +++ b/Modules/Texts/Texts.lua @@ -64,7 +64,7 @@ return '--' .. select(1, UnitName(unit)) .. '--' color = [[ if UnitIsPlayer(unit) then return ClassColor(unit) -else +elseif unit then return UnitSelectionColor(unit) end ]], -- 1.7.9.5