From 207491583051516bb0a63c6b34018a50cfb04599 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Thu, 13 Jun 2024 04:39:22 -0400 Subject: [PATCH] tidy --- src/api/fish/locations.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/api/fish/locations.ts b/src/api/fish/locations.ts index 07744ce..4bd6cc4 100644 --- a/src/api/fish/locations.ts +++ b/src/api/fish/locations.ts @@ -39,13 +39,6 @@ export const locations = loadConfig("config/locations.yml", [ canFish: true, hasSand: true, objects: [] - }, - { - id: "shop", - name: "Shop", - nearby: ["pond", "lake", "river"], - isShop: true, - objects: [] } ]);