Browse Source

章节GM刷新

zhaoyang 3 years ago
parent
commit
8e353c10bd

+ 1 - 0
GameClient/Assets/Game/HotUpdate/ServerProxy/InstanceZonesSProxy.cs

@@ -20,6 +20,7 @@ namespace GFGGame
                     InstanceZonesDataManager.InitScoreList(response.ksScore, response.vsScore);
                     InstanceZonesDataManager.InitScoreList(response.ksScore, response.vsScore);
                     InstanceZonesDataManager.InitStarList(response.ksStar, response.vsStar);
                     InstanceZonesDataManager.InitStarList(response.ksStar, response.vsStar);
                     InstanceZonesDataManager.InitLevelPass(response.ksPass, response.VsPass);
                     InstanceZonesDataManager.InitLevelPass(response.ksPass, response.VsPass);
+                    EventAgent.DispatchEvent(ConstMessage.STORY_LEVEL_CHANGE);
                 }
                 }
             }
             }
         }
         }