From 8a7bd2cd608991a93899e3e8770432b1ad240036 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Tue, 24 Apr 2012 12:57:06 +0400 Subject: [PATCH] fixed message about relic/trinc type --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index da004cc..e2db2db 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -297,7 +297,7 @@ function AutoTurnIn:Need() local class, subclass, _, equipSlot = select(6, GetItemInfo(link)) --[[relics and trinkets are out of autoloot]]-- if (UnitHasRelicSlot("player") and 'INVTYPE_RELIC' == equipSlot) or 'INVTYPE_TRINKET' == equipSlot then - self:Print(L["stopitemfound"]:format(equipSlot)) + self:Print(L["stopitemfound"]:format(_G['equipSlot'])) return true end -- 1.7.9.5