From 55af5ae6d1caca847c2d6d3719fff54feb0c8df2 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 22 Aug 2016 15:53:31 +0300 Subject: [PATCH] Mark current character in gold list --- ElvUI_SLE/modules/sledatatexts/currency.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/sledatatexts/currency.lua b/ElvUI_SLE/modules/sledatatexts/currency.lua index c2221b5..46c0c97 100644 --- a/ElvUI_SLE/modules/sledatatexts/currency.lua +++ b/ElvUI_SLE/modules/sledatatexts/currency.lua @@ -316,7 +316,7 @@ local function OnEnter(self) sort(ShownGold, SortGold) for i = 1, #ShownGold do local t = ShownGold[i] - DT.tooltip:AddDoubleLine(t.name, t.amountText, t.r, t.g, t.b, 1, 1, 1) + DT.tooltip:AddDoubleLine(t.name == E.myname and t.name.." |TInterface\\RAIDFRAME\\ReadyCheck-Ready:12|t" or t.name, t.amountText, t.r, t.g, t.b, 1, 1, 1) end DT.tooltip:AddLine' ' -- 1.7.9.5