精英副本计数

lvxinran 2019-11-20 14:38:00 +08:00
parent 269994ca54
commit 986132b500
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ public class MissionLoigc {
count=cumulationData.generalStoryTimes;
break;
case HERO_STORY_TIMES:
count=cumulationData.heroStoryTimes;
count=cumulationData.heroStoryPlayTimes;
break;
case LEVEL_STORY_TIMES:
count=cumulationData.levelStoryTimes;