Skip to content

Commit

Permalink
Merge pull request #6073 from planetarium/release/230.1.1
Browse files Browse the repository at this point in the history
hotfix 230.1.1
  • Loading branch information
sonohoshi authored Sep 30, 2024
2 parents 7b3ec33 + be036bb commit 93312ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nekoyume/Assets/_Scripts/UI/Module/GuidedQuest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ private void SubscribeEventDungeonQuest(WorldQuest eventDungeonQuest)
}
else
{
NcDebug.LogWarning($"[SubscribeEventDungeonQuest] HideAsClear Failed state:{state} questType:{_eventDungeonQuestCell.Quest.GetType()}");
NcDebug.LogWarning($"[SubscribeEventDungeonQuest] HideAsClear Failed state:{state} questType:{_eventDungeonQuestCell.Quest?.GetType()}");
_eventDungeonQuestCell.Hide();
}
}
Expand Down
4 changes: 2 additions & 2 deletions nekoyume/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PlayerSettings:
16:10: 0
16:9: 1
Others: 0
bundleVersion: 230.1.0
bundleVersion: 230.1.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -168,7 +168,7 @@ PlayerSettings:
iPhone: 0
tvOS: 0
overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 253
AndroidBundleVersionCode: 254
AndroidMinSdkVersion: 24
AndroidTargetSdkVersion: 34
AndroidPreferredInstallLocation: 2
Expand Down

0 comments on commit 93312ff

Please sign in to comment.