Skip to content

Commit 325358a

Browse files
committed
Suppress complaints about questScheduleId 0 until I figure out where they're coming from.
1 parent 9f4cb8f commit 325358a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Arrowgene.Ddon.GameServer/Characters/QuestManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private QuestManager()
5151
/// </summary>
5252
private static readonly HashSet<uint> KnownBadQuestScheduleIds = new HashSet<uint>()
5353
{
54-
25077, 43645, 43646, 47734, 47735, 47736, 47737, 47738, 47739, 49692, 77644, 151381, 208640, 233576, 259411, 259412, 287378, 315624
54+
0, 25077, 43645, 43646, 47734, 47735, 47736, 47737, 47738, 47739, 49692, 77644, 151381, 208640, 233576, 259411, 259412, 287378, 315624
5555
};
5656

5757
private static void AddQuestToCategory(Quest quest)

0 commit comments

Comments
 (0)