zhaoyang 3 роки тому
батько
коміт
f361fc9dc4

+ 1 - 1
GameClient/Assets/Game/CSShare

@@ -1 +1 @@
-Subproject commit be6b266ea16b997f58c915e170b831d367c5c7d6
+Subproject commit 8ee18dca94688b1f87f805599ab1701cf0ea71c3

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Controller/GMController.cs

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