summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 272deaf..f4bcf84 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -45,7 +45,7 @@ todo = """
again. (status as of July 2022). May not happen now that class Area is removed (Sept.2023).
"""
AREACODES = {"1623", "1624", "1626", "1627"} # NB set not dict
-ARGEAREAS = {"1626", "1627"}
+ARGEAREAS = {"1626", "1627", "1624"} # NB set not dict
entrances_xslug = {}
caves_xslug = {}