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

This commit is contained in:
xcy 2023-12-19 19:03:29 +08:00
parent a969fb65df
commit c75f14d88e

View File

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