summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-07-02 02:50:38 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2024-07-02 02:50:38 +0300
commitc51f76ed830d6caca59642c7fa2414b4930d716e (patch)
tree6527716d9fe061fa40cef405fe1e150bd394e78e /core
parente432098f6a0e28a146cf32cd2ef1737d42329b7f (diff)
downloadtroggle-c51f76ed830d6caca59642c7fa2414b4930d716e.tar.gz
troggle-c51f76ed830d6caca59642c7fa2414b4930d716e.tar.bz2
troggle-c51f76ed830d6caca59642c7fa2414b4930d716e.zip
rename alias still giving error messges.. but why?
Diffstat (limited to 'core')
-rw-r--r--core/models/caves.py6
1 files changed, 3 insertions, 3 deletions
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"),