fix:作战特权增加免费快速探险次数2->5
This commit is contained in:
parent
8d765e5027
commit
eb7c4204b8
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user