Skip to content

Commit

Permalink
Review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYappert committed Dec 20, 2024
1 parent 2776483 commit ab63860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Arrowgene.Ddon.GameServer/Characters/QuestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ private QuestManager()
/// <summary>
/// QuestScheduleIds that are requested as part of World Manage Quests from pcaps.
/// We know they can't be found, so don't audibly complain about them.
/// TODO: Remove this when those quests are handled properly.
/// </summary>
private static readonly HashSet<uint> KnownBadQuestScheduleIds = new HashSet<uint>()
{
Expand Down

0 comments on commit ab63860

Please sign in to comment.