From 883b1d8edfca8b9da0bc8644196f8d3472b521ad Mon Sep 17 00:00:00 2001 From: Chase Manning <chase@manning.dev> Date: Fri, 13 Oct 2023 08:30:22 +0100 Subject: [PATCH] :bug: no recover location for pewter city --- src/maps/pewter-city.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maps/pewter-city.ts b/src/maps/pewter-city.ts index 15dea3e..f5fa0f7 100644 --- a/src/maps/pewter-city.ts +++ b/src/maps/pewter-city.ts @@ -118,6 +118,7 @@ const pewterCity: MapType = { 7: MapId.PewterCityNpcA, }, }, + recoverLocation: { x: 13, y: 26 }, exits: { 35: [18, 19], },