From ed8348233427bba6a22b83ed3e8bf07819d86a63 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Sun, 2 Dec 2012 20:39:49 +0400 Subject: [PATCH] spam removed --- QuestLevel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuestLevel.lua b/QuestLevel.lua index 793668f..989dce1 100644 --- a/QuestLevel.lua +++ b/QuestLevel.lua @@ -57,7 +57,7 @@ function AutoTurnIn:ShowQuestLevelInWatchFrame() local questTypeIndex = GetQuestLogQuestType(questIndex) tagString = AutoTurnIn.QuestTypesIndex[questTypeIndex] if (not tagString) then - AutoTurnIn:Print("Please, inform addon author unknown QT for: " ..title) + --AutoTurnIn:Print("Please, inform addon author unknown QT for: " ..title) tagString = "" end textLine.text:SetText(AutoTurnIn.WatchFrameLevelFormat:format(level, tagString, isDaily and "\*" or "", title)) -- 1.7.9.5