fix:作战特权增加免费快速探险次数2->5
This commit is contained in:
parent
a969fb65df
commit
c75f14d88e
@ -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