From 51bf6d6ecd7fbe839bb70701fc1928d965d501ab Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 27 Dec 2021 16:52:43 -0500 Subject: [PATCH] Core/Quest: remove arbitrary error logs related to breadcrumb quest chaining. Port From (https://github.com/TrinityCore/TrinityCore/commit/755a83f634c7c87cc07f743e94d77c8c12356c32) --- Source/Game/Globals/ObjectManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index 0790ac973..f8f6773ca 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -7659,8 +7659,6 @@ namespace Game } if (qinfo.NextQuestId != 0) Log.outError(LogFilter.Sql, $"Quest {qinfo.Id} is a breadcrumb, should not unlock quest {qinfo.NextQuestId}"); - if (qinfo.ExclusiveGroup != 0) - Log.outError(LogFilter.Sql, $"Quest {qinfo.Id} is a breadcrumb in exclusive group {qinfo.ExclusiveGroup}"); } if (qinfo.ExclusiveGroup != 0)