fix adventure rewrd
parent
5ed723c9da
commit
47e0d4fb65
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue