diff --git a/core/models/caves.py b/core/models/caves.py index a8dc3ec..7cec9a9 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -713,9 +713,9 @@ def GetCaveLookup(): ("crushed-garlic", "1626-2018-ad-03"), # Renaming cave ids which end in a letter - ("1623-2002-XX", "1623-2002-FB-01"), - ("1623-2002-X09B", "1623-2002-XB09"), - ("1623-2007-neu", "1623-2007-NEU-01"), + ("2002-XX", "1623-2002-FB-01"), + ("2002-X09B", "1623-2002-XB09"), + ("2007-neu", "1623-2007-NEU-01"), ("BuzzardHole", "1626-2023-BZ-01"), ("2023-BuzzardHole", "1626-2023-BZ-01"), ("1626-2023-BuzzardHole", "1626-2023-BZ-01"),