For default banner until we get others working (#24)
This commit is contained in:
parent
5128c904b8
commit
5ff5479628
@ -12,11 +12,11 @@ export default async function handle(session: Session, packet: Packet) {
|
|||||||
beginTime: unix(),
|
beginTime: unix(),
|
||||||
endTime: unix() * 2,
|
endTime: unix() * 2,
|
||||||
newbieGachaCnt: 10,
|
newbieGachaCnt: 10,
|
||||||
todayGachaCnt: 1,
|
todayGachaCnt: 10,
|
||||||
gachaId: 502, // TODO: Figure out gachaIDs
|
gachaId: 1001, // TODO: Figure out gachaIDs
|
||||||
detailWebview: "https://omfgdogs.com/"
|
detailWebview: "https://omfgdogs.com/"
|
||||||
}],
|
}],
|
||||||
todaySingleGachaMaxCnt: 10,
|
todaySingleGachaMaxCnt: 10,
|
||||||
todayTotalGachaCnt: 1,
|
todayTotalGachaCnt: 10,
|
||||||
} as GetGachaInfoScRsp);
|
} as GetGachaInfoScRsp);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user