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: [] } ]);