From c4719929e744f971d576aa7f19d6503a0e0a1778 Mon Sep 17 00:00:00 2001 From: yaroot Date: Mon, 18 Oct 2010 19:41:33 +0800 Subject: [PATCH] more fix --- guild.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guild.lua b/guild.lua index 6314bc0..c354f98 100644 --- a/guild.lua +++ b/guild.lua @@ -21,13 +21,13 @@ local function update() if(_VIEW == 'playerStatus') then button.string1:SetText(ns.diffColor[level] .. level) if(not isMobile) then - button.string2:SetText(ns.classColorHex[classFileName] .. name) + button.string2:SetText(ns.classColor[classFileName] .. name) end if(zone == playerArea) then button.string3:SetText('|cff00ff00' .. zone) end elseif(_VIEW == 'guildStatus') then - button.string1:SetText(ns.classColorHex[classFileName] .. name) + button.string1:SetText(ns.classColor[classFileName] .. name) if(rankIndex and rank) then button.string2:SetText(ns.guildRankColor[rankIndex] .. rank) end -- 1.7.9.5