From f2319322899fc75a92e1e93818bfbf768e002fc7 Mon Sep 17 00:00:00 2001 From: duel0213 Date: Tue, 26 Nov 2024 19:27:45 +0900 Subject: [PATCH] IIDX: Changed pc.lanegacha response to not use lane gacha ticket by default --- iidx@asphyxia/handlers/pc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iidx@asphyxia/handlers/pc.ts b/iidx@asphyxia/handlers/pc.ts index 75aafe4..12e71c3 100644 --- a/iidx@asphyxia/handlers/pc.ts +++ b/iidx@asphyxia/handlers/pc.ts @@ -4334,7 +4334,7 @@ export const pcgetlanegacha: EPR = async (info, data, send) => { tArray.push( K.ATTR({ - ticket_id: String(i), + ticket_id: String(i + 1), arrange_id: String(random), expire_date: String(4102326000), }) @@ -4375,7 +4375,7 @@ export const pcdrawlanegacha: EPR = async (info, data, send) => { tArray.push( K.ATTR({ - ticket_id: String(i), + ticket_id: String(_.random(101, 10000)), arrange_id: String(random), expire_date: String(4102326000), })