好友:查看他人主线
This commit is contained in:
@@ -660,7 +660,7 @@ export class CheckSingleTask {
|
||||
{
|
||||
let { warId, battleStar } = param;
|
||||
let dicWar = gameData.war.get(warId);
|
||||
if (dicWar.warType == WAR_TYPE.DAILY && (dicTaskParam[0] == 0|| dicTaskParam[0] == battleStar) && this.checkIdList(dicTaskParam, 2, warId)) {
|
||||
if (dicWar.warType == WAR_TYPE.DAILY && (dicTaskParam[0] == 0|| battleStar >= dicTaskParam[0]) && this.checkIdList(dicTaskParam, 2, warId)) {
|
||||
result = { inc: 1 }
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user