diff options
author | Reid <reidyaro@gmail.com> | 2015-02-02 23:42:20 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-02 23:42:20 +0100 |
commit | ed44b86783f4223e4f3ba4306f92173bbf273347 (patch) | |
tree | b5cf24be5a998d2c4e6384dc4debedbe2be10b0a | |
parent | f3729d66699d5567ff74d774e4fbe734865b50e5 (diff) | |
download | serverdata-ed44b86783f4223e4f3ba4306f92173bbf273347.tar.gz serverdata-ed44b86783f4223e4f3ba4306f92173bbf273347.tar.bz2 serverdata-ed44b86783f4223e4f3ba4306f92173bbf273347.tar.xz serverdata-ed44b86783f4223e4f3ba4306f92173bbf273347.zip |
Correct wrong indexes.
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/maps.conf b/conf/maps.conf index 00b095a5..eb370ae7 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -24,7 +24,6 @@ map: 001-2-16 map: 001-2-17 map: test map: 001-2-1 -map: 001-2-17 map: 001-2-18 map: 001-2-19 map: 001-2-20 diff --git a/db/map_index.txt b/db/map_index.txt index e66117a9..26e4361e 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -23,7 +23,7 @@ 001-2-16 23 001-2-17 24 test 25 -001-2-17 26 +001-2-1 26 001-2-18 27 001-2-19 28 001-2-20 29 |