For default banner until we get others working (#24)

This commit is contained in:
MidroomsSR 2022-08-02 23:44:53 -04:00 committed by GitHub
parent 5128c904b8
commit 5ff5479628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ export default async function handle(session: Session, packet: Packet) {
beginTime: unix(),
endTime: unix() * 2,
newbieGachaCnt: 10,
todayGachaCnt: 1,
gachaId: 502, // TODO: Figure out gachaIDs
todayGachaCnt: 10,
gachaId: 1001, // TODO: Figure out gachaIDs
detailWebview: "https://omfgdogs.com/"
}],
todaySingleGachaMaxCnt: 10,
todayTotalGachaCnt: 1,
todayTotalGachaCnt: 10,
} as GetGachaInfoScRsp);
}
}