Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix 230.1.1 #6073

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading