From 1066eb3532167523e41946af1b6d64dc112f48fd Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Wed, 25 Apr 2012 09:45:21 +0400 Subject: [PATCH] fixed stopitem format --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index 8eaf9ac..bba4d0c 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(_G['equipSlot'])) + self:Print(L["stopitemfound"]:format(_G[equipSlot])) return true end -- 1.7.9.5