diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-28 01:01:32 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-28 01:01:32 +0300 |
commit | e98c63f51c7baac3e433f57f5958810379e919eb (patch) | |
tree | 5296592588de70fbfedab0607891346e144325d9 /core/models | |
parent | 7f9f598f115146371bcc4ead29a1388bbd035457 (diff) | |
download | troggle-e98c63f51c7baac3e433f57f5958810379e919eb.tar.gz troggle-e98c63f51c7baac3e433f57f5958810379e919eb.tar.bz2 troggle-e98c63f51c7baac3e433f57f5958810379e919eb.zip |
Fix odd glitches in cave parsing
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/caves.py | 3 |
1 files changed, 3 insertions, 0 deletions
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"), ] |