mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 10:39:14 -05:00
Fixed challenge counter of '...a single match'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using csharp_wick;
|
||||
using csharp_wick;
|
||||
using FModel.Parser.Challenges;
|
||||
using FModel.Parser.Items;
|
||||
using FModel.Parser.Quests;
|
||||
@@ -96,6 +96,9 @@ namespace FModel
|
||||
string newQuest = questParser[x].Objectives[p].Description;
|
||||
long newCount = questParser[x].Objectives[p].Count;
|
||||
|
||||
if (questParser[x].BAthenaMustCompleteInSingleMatch != false && questParser[x].ObjectiveCompletionCount > 0)
|
||||
newCount = questParser[x].ObjectiveCompletionCount;
|
||||
|
||||
if (newQuest != oldQuest && newCount != oldCount)
|
||||
{
|
||||
if (questParser[x].Rewards != null)
|
||||
|
||||
Reference in New Issue
Block a user