|
@@ -144,8 +144,8 @@ namespace GFGGame
|
|
|
StoryLevelCfg storylevel = StoryLevelCfgArray.Instance.GetCfg(MainStoryDataManager.currentLevelCfgId);
|
|
|
if (_resultData.Result && storylevel.type == 6 && storylevel.subType == 2)
|
|
|
{
|
|
|
- //await TimeTracingSProxy.ReqGetMaxLevelInfo(TimeTracingDataManager._currentChapterId);
|
|
|
- await TimeTracingSProxy.ReqGetAppointLevelRewardStatus(TimeTracingDataManager._currentChapterId);
|
|
|
+ await TimeTracingSProxy.ReqGetMaxLevelInfo(TimeTracingDataManager._currentChapterId);
|
|
|
+ await TimeTracingSProxy.ReqGetAppointLevelRewardStatus(MainStoryDataManager.currentLevelCfgId);
|
|
|
await TimeTracingSProxy.ReqGetSuitRewardStatus();
|
|
|
}
|
|
|
}
|