军团活动:结算逻辑修改
This commit is contained in:
@@ -77,6 +77,7 @@ export class WoodenHorse {
|
||||
if(this.distance >= GUILDACTIVITY.RACEACTIVITY_LENGTH) {
|
||||
this.distance = GUILDACTIVITY.RACEACTIVITY_LENGTH;
|
||||
this.status = RACE_ACTIVITY_STATUS.END;
|
||||
this.speed = 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user