fix adventure rewrd

back_recharge
wangyuan 2019-10-23 15:11:53 +08:00
parent 5ed723c9da
commit 47e0d4fb65
1 changed files with 1 additions and 1 deletions

View File

@ -77,8 +77,8 @@ public class MainLevelManager extends MongoBase {
this.lastTime = now;
}else{
int adventureRefresh = gameSetting.getAdventureRefresh();
this.startTime = startTime+hadTakeTimes*adventureRefresh;
this.lastTime = lastTime+lastTakes*adventureRefresh;
this.startTime = lastTime;
}
updateString("lastTime",state);