From a3b8f1c0944c0f27aa4c2d14a487848d22a493ac Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 5 Sep 2009 15:39:49 +0200 Subject: [PATCH] Change the symbol used to mark pvp --- tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.lua b/tags.lua index 6fb9ee3..9a4b71d 100644 --- a/tags.lua +++ b/tags.lua @@ -30,7 +30,7 @@ local function hex(r, g, b) end oUF.Tags['[pvptime]'] = function(unit) - return UnitIsPVP(unit) and not IsPVPTimerRunning() and '*' or IsPVPTimerRunning() and ('%d:%02d'):format((GetPVPTimer() / 1000) / 60, (GetPVPTimer() / 1000) % 60) + return UnitIsPVP(unit) and not IsPVPTimerRunning() and '+' or IsPVPTimerRunning() and ('%d:%02d'):format((GetPVPTimer() / 1000) / 60, (GetPVPTimer() / 1000) % 60) end oUF.TagEvents['[pthreat]'] = 'UNIT_THREAT_LIST_UPDATE' -- 1.7.9.5