forked from aly/qstbak
muffin v7.4.5
This commit is contained in:
parent
8461a561d3
commit
bb09805213
11 changed files with 881 additions and 891 deletions
|
|
@ -1220,7 +1220,7 @@ internal sealed class QuestData
|
|||
}
|
||||
else
|
||||
{
|
||||
_logger.LogWarning("ApplySeasonalOverride: Quest {QuestId} not found in QuestData (could not apply seasonal override)", questId);
|
||||
_ = value is UnlockLinkQuestInfo;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1228,7 +1228,6 @@ internal sealed class QuestData
|
|||
{
|
||||
ArgumentNullException.ThrowIfNull(info, "info");
|
||||
_quests[info.QuestId] = info;
|
||||
_logger.LogDebug("Added or replaced QuestInfo for {QuestId} in QuestData", info.QuestId);
|
||||
}
|
||||
|
||||
static QuestData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue