fix:作战特权增加免费快速探险次数2->5

This commit is contained in:
xcy 2023-12-19 19:03:29 +08:00
parent 8d765e5027
commit eb7c4204b8

View File

@ -15,6 +15,6 @@ export class TeQuanFun {
return await this.getIsAcTive(call, 'qingbaotequan') ? 1 : 0;
}
static async getTxFreeNum(call: ApiCall) {
return await this.getIsAcTive(call, 'zuozhantequan') ? 2 : 0;
return await this.getIsAcTive(call, 'zuozhantequan') ? 5 : 0;
}
}