@@ -1 +1 @@
-Subproject commit be6b266ea16b997f58c915e170b831d367c5c7d6
+Subproject commit 8ee18dca94688b1f87f805599ab1701cf0ea71c3
@@ -40,6 +40,8 @@ namespace GFGGame
ErrorCodeController.Handler(errorCode);
return false;
}
+ InstanceZonesSProxy.GetInstanceZonesInfos().Coroutine();
+ MainStorySProxy.GetStoryInfos().Coroutine();
PromptController.Instance.ShowFloatTextPrompt(messageSuc, MessageType.SUCCESS);
return true;