1
0
mirror of synced 2025-01-22 11:23:40 +01:00

fix hof battle result and crown return stamp

This commit is contained in:
Shiroi Kitsu 2023-01-22 10:01:34 +07:00
parent 631f095cc9
commit cda47bf158

View File

@ -150,7 +150,6 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
// --------------GHOST BATTLE SELECTION MODE--------------
// Calling save ghost history battle function (BASE_PATH/src/util/games/games_util/ghost_history.ts)
let ghost_historys: any;
console.log(body.rgResult!.selectionMethod);
switch (body.rgResult!.selectionMethod)
{