diff --git a/game-server/app/servers/activity/handler/gachaHandler.ts b/game-server/app/servers/activity/handler/gachaHandler.ts index 7f8b8ff2b..04510db53 100644 --- a/game-server/app/servers/activity/handler/gachaHandler.ts +++ b/game-server/app/servers/activity/handler/gachaHandler.ts @@ -370,7 +370,7 @@ export class GachaHandler { let userGacha = await UserGachaModel.findByRole(roleId, GACHA_ID.NORMAL); let { guideCount = 0 } = userGacha; - if(guideCount >= RECRUIT.FIRST_RECRUIT) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK); + if(guideCount >= RECRUIT.RECRUIT_FIRST_RECRUIT) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK); if(guideCount == 0) { // 消耗东西