bingo
This commit is contained in:
xichaoyin 2024-01-05 21:12:45 +08:00
parent f9b6f8901b
commit 82b3a45884

View File

@ -142,7 +142,7 @@ export default async function (call: ApiCall<ReqBingo, ResBingo>) {
if (shell[3]) emailMsg.prize = JSON.parse(shell[3])
EmailFun.addEmail(emailMsg);
} else if (shell[0] == "heroskin") {
PlayerFun.sendPrize(call, [{ a: "heroskin", "t": shell[1], n: 1 }]);
await PlayerFun.sendPrize(call, [{ a: "heroskin", "t": shell[1], n: 1 }]);
}
call.succ('succ');