Core/Quest: remove arbitrary error logs related to breadcrumb quest chaining.
Port From (https://github.com/TrinityCore/TrinityCore/commit/755a83f634c7c87cc07f743e94d77c8c12356c32)
This commit is contained in:
@@ -7659,8 +7659,6 @@ namespace Game
|
|||||||
}
|
}
|
||||||
if (qinfo.NextQuestId != 0)
|
if (qinfo.NextQuestId != 0)
|
||||||
Log.outError(LogFilter.Sql, $"Quest {qinfo.Id} is a breadcrumb, should not unlock quest {qinfo.NextQuestId}");
|
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)
|
if (qinfo.ExclusiveGroup != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user