From 8ea8de42ead719c44f3ac652e62ca0c26f0735fd Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 1 Apr 2016 04:37:20 +0200 Subject: Core/Misc: Fix log --- src/server/game/Globals/ObjectMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 9801c38514c..48e694b80c7 100644 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -4063,7 +4063,7 @@ void ObjectMgr::LoadQuests() } else if (qinfo->SourceItemIdCount == 0) { - TC_LOG_ERROR("sql.sql", "Quest %u has `SourceItemId` = %u but `SourceItemIdCount` = 0, set to 1 but need fix in DB.", + TC_LOG_ERROR("sql.sql", "Quest %u has `StartItem` = %u but `ProvidedItemCount` = 0, set to 1 but need fix in DB.", qinfo->GetQuestId(), qinfo->SourceItemId); qinfo->SourceItemIdCount = 1; // update to 1 for allow quest work for backward compatibility with DB } -- cgit v1.2.3