aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2021-10-06 15:58:07 +0200
committerAokromes <aokromes@gmail.com>2021-10-06 15:58:07 +0200
commite8c005df3d8f1804346c7efa331ac81239b6f977 (patch)
treeae4027555a2bca571cae45aec2ac7c2de6ed4521
parente3591b25a55d1d4dc642a5a35f851b19586a0110 (diff)
Scripts/Misc: Remove again LANG_ADDITEM
-rw-r--r--src/server/scripts/Commands/cs_misc.cpp2
1 files changed, 0 insertions, 2 deletions
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)
{