diff options
author | Aokromes <aokromes@gmail.com> | 2021-10-06 15:58:07 +0200 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2021-10-06 15:58:07 +0200 |
commit | e8c005df3d8f1804346c7efa331ac81239b6f977 (patch) | |
tree | ae4027555a2bca571cae45aec2ac7c2de6ed4521 | |
parent | e3591b25a55d1d4dc642a5a35f851b19586a0110 (diff) |
Scripts/Misc: Remove again LANG_ADDITEM
-rw-r--r-- | src/server/scripts/Commands/cs_misc.cpp | 2 |
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) { |