mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
IIDX: Changed pc.lanegacha response to not use lane gacha ticket by default
This commit is contained in:
parent
2159989026
commit
f231932289
|
|
@ -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),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user