From e98c63f51c7baac3e433f57f5958810379e919eb Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 28 Sep 2023 01:01:32 +0300 Subject: Fix odd glitches in cave parsing --- core/models/caves.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/models/caves.py') diff --git a/core/models/caves.py b/core/models/caves.py index d13ad70..cd8bb10 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -654,6 +654,9 @@ def GetCaveLookup(): ("hc", "2018-dm-07"), ("loveshack", "1626-2018-ad-03"), ("crushed-garlic", "1626-2018-ad-03"), + ("BuzzardHole", "1626-2023-buzzardhole"), + ("2023-BuzzardHole", "1626-2023-buzzardhole"), + ("1626-2023-BuzzardHole", "1626-2023-buzzardhole"), ] -- cgit v1.2.3