From 2ca6029bea8f5acd3cea29367be60e46e0807250 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 25 Oct 2016 08:47:27 -0400 Subject: [PATCH] Doh! Why did I remove that... --- BagSync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagSync.lua b/BagSync.lua index 0cf1742..858cc3e 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -931,7 +931,7 @@ function BSYC:AddCurrencyTooltip(frame, currencyName, addHeader) local yName, yRealm = strsplit("^", k) local playerName = BSYC:GetRealmTags(yName, yRealm) - playerName = self:GetClassColor(playerName or "Unknown", v.class) + playerName = self:GetClassColor(playerName or "Unknown", self.db.global[yRealm][yName].class) for q, r in pairs(v) do if q == currencyName then -- 1.7.9.5