From e8c005df3d8f1804346c7efa331ac81239b6f977 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 6 Oct 2021 15:58:07 +0200 Subject: Scripts/Misc: Remove again LANG_ADDITEM --- src/server/scripts/Commands/cs_misc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/server/scripts/Commands/cs_misc.cpp b/src/server/scripts/Commands/cs_misc.cpp index e992c99332c..76b2b149100 100644 --- a/src/server/scripts/Commands/cs_misc.cpp +++ b/src/server/scripts/Commands/cs_misc.cpp @@ -1332,8 +1332,6 @@ public: if (count == 0) count = 1; - TC_LOG_DEBUG("misc", handler->GetTrinityString(LANG_ADDITEM), itemId, count); - ItemTemplate const* itemTemplate = sObjectMgr->GetItemTemplate(itemId); if (!itemTemplate) { -- cgit v1.2.3