|
@@ -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;
|
|
|
}
|