muffin v7.4.12
This commit is contained in:
parent
e3e5a401c3
commit
0f9f445830
38 changed files with 13646 additions and 10442 deletions
|
|
@ -404,7 +404,7 @@ internal sealed class QuestFunctions
|
|||
_logger.LogTrace("GetMainScenarioQuest: scenarioTree->Data is null");
|
||||
return (QuestReference.NoQuest(MainScenarioQuestState.LoadingScreen), "Scenario Tree Data is null");
|
||||
}
|
||||
QuestId questId = new QuestId(ptr->Data->CurrentScenarioQuest);
|
||||
QuestId questId = new QuestId(ptr->Data->MainScenarioQuestIds[0]);
|
||||
string item = $"sq: {questId}";
|
||||
if (questId.Value == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue