goshdern trading house. Fix for texture
Wobin [05-01-14 - 06:10]
goshdern trading house. Fix for texture
diff --git a/TradingHouse.lua b/TradingHouse.lua
index 6bb3940..02b1402 100644
--- a/TradingHouse.lua
+++ b/TradingHouse.lua
@@ -1,5 +1,6 @@
local SousChef = SousChef
local u = SousChef.Utility
+local m = SousChef.Media
function SousChef.AddTradingSlot(row, result)
local rankIcon = SousChef.getIcon(row)
@@ -14,7 +15,7 @@ function SousChef.AddTradingSlot(row, result)
(not match and SousChef.settings.checkKnown == "unknown")then
rankIcon:SetDimensions(30, 30)
rankIcon:SetAnchor(CENTER, row, CENTER, 230)
- rankIcon:SetTexture(CANLEARN)
+ rankIcon:SetTexture(m.CANLEARN)
rankIcon:SetHidden(false)
if not match and gmatch and SousChef.settings.checkKnown == "unknown" and SousChef.settings.markAlt then
rankIcon:SetColor(1,1,1,0.2)