精英副本计数
parent
269994ca54
commit
986132b500
|
@ -493,7 +493,7 @@ public class MissionLoigc {
|
||||||
count=cumulationData.generalStoryTimes;
|
count=cumulationData.generalStoryTimes;
|
||||||
break;
|
break;
|
||||||
case HERO_STORY_TIMES:
|
case HERO_STORY_TIMES:
|
||||||
count=cumulationData.heroStoryTimes;
|
count=cumulationData.heroStoryPlayTimes;
|
||||||
break;
|
break;
|
||||||
case LEVEL_STORY_TIMES:
|
case LEVEL_STORY_TIMES:
|
||||||
count=cumulationData.levelStoryTimes;
|
count=cumulationData.levelStoryTimes;
|
||||||
|
|
Loading…
Reference in New Issue