招募:使用参数表

This commit is contained in:
luying
2021-11-16 19:48:20 +08:00
parent 27fa232fa1
commit 5fe816a343
2 changed files with 2 additions and 2 deletions

View File

@@ -370,7 +370,7 @@ export class GachaHandler {
let userGacha = await UserGachaModel.findByRole(roleId, GACHA_ID.NORMAL);
let { guideCount = 0 } = userGacha;
if(guideCount >= 50) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK);
if(guideCount >= RECRUIT.FIRST_RECRUIT) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK);
if(guideCount == 0) {
// 消耗东西