diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index cc5dcac..bad3768 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -641,7 +641,6 @@ def GetCaveLookup(): ("fishface", "1623-290"), ("gsh", "1623-291"), ("tempest", "1623-2023-lc-01"), - ("loveshack", "2023-pb-01"), ("1623-2023-kt-02", "2023-kt-02"), #("1623-2023-jss-01", "2023-jss-01"), @@ -653,7 +652,9 @@ def GetCaveLookup(): ("heimkommen", "2018-dm-07"), ("Heimkehr", "2018-dm-07"), ("hc", "2018-dm-07"), - + ("loveshack", "1626-2018-ad-03"), + ("crushed-garlic", "1626-2018-ad-03"), + ] for key, alias in aliases: |