From 78a38a0e55f8ae9f9dfbbced7582a701a911a33f Mon Sep 17 00:00:00 2001 From: ghkkk090 <108461408+ghkkk090@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:30:06 +0700 Subject: [PATCH] ghost mode stuff --- src/util/games/ghost.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/util/games/ghost.ts b/src/util/games/ghost.ts index b671e67..d6727a6 100644 --- a/src/util/games/ghost.ts +++ b/src/util/games/ghost.ts @@ -177,18 +177,6 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ break; } - case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_NAME: - { - console.log('Normal Ghost Mode Found'); - - ghost_historys = await ghost_history.saveGhostHistory(body); - - // Update the updateNewTrail value - updateNewTrail = ghost_historys.updateNewTrail; - - break; - } - // Crown Ghost Battle Mode case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_CROWN_MATCH: {