diff options
author | Zephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-22 06:25:02 +0000 |
---|---|---|
committer | Zephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-22 06:25:02 +0000 |
commit | 2ccfc43c2da5b25d21c26e8d0221c243afba9b10 (patch) | |
tree | 04a0d3351f9ed9ea50babeb04a8d821a362b810b | |
parent | fbaa4089a45a6c31824fcd9681424ad913565e96 (diff) | |
download | hercules-2ccfc43c2da5b25d21c26e8d0221c243afba9b10.tar.gz hercules-2ccfc43c2da5b25d21c26e8d0221c243afba9b10.tar.bz2 hercules-2ccfc43c2da5b25d21c26e8d0221c243afba9b10.tar.xz hercules-2ccfc43c2da5b25d21c26e8d0221c243afba9b10.zip |
* Fixed some maps in db/mapindex.txt being under the wrong id and added comments so this will not happen again. * ATTENTION! * People running TXT servers will have to tell their players to redo their /memo points since the map ids of the old file were wrong. [Zephiris]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8842 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 6 | ||||
-rw-r--r-- | db/map_index.txt | 70 |
2 files changed, 46 insertions, 30 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 06e55eba9..790297ef4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/09/22
+ * Fixed some maps in db/mapindex.txt being under the wrong id and added comments
+ so this will not happen again. [Zephiris]
+ --- ATTENTION! ---
+ People running TXT servers will have to tell their players to redo their /memo
+ points since the map ids of the old file were wrong.
2006/09/21
* Fixed a bug on "select" when skipping empty entries when the selected
entry is the last. [Skotlex]
diff --git a/db/map_index.txt b/db/map_index.txt index 4b206360e..5ae260858 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -1,3 +1,6 @@ +//======================================================================================
+// Map Index
+//======================================================================================
//Contains the list of maps with their respective IDs for inter-server use.
//IDs must never change, therefore any new maps need to be added at the end,
//and old ones must not be removed, but may be replaced.
@@ -599,7 +602,38 @@ job_knight.gat job_priest.gat
job_wizard.gat
g_room2.gat
-//Extra maps
+rachel.gat
+ra_in01.gat
+ra_fild01.gat
+ra_fild02.gat
+ra_fild03.gat
+ra_fild04.gat
+ra_fild05.gat
+ra_fild06.gat
+ra_fild07.gat
+ra_fild08.gat
+ra_fild09.gat
+ra_fild10.gat
+ra_fild11.gat
+ra_fild12.gat
+ra_fild13.gat
+ra_san01.gat
+ra_san02.gat
+ra_san03.gat
+ra_san04.gat
+ra_san05.gat
+ra_temin.gat
+ra_temple.gat
+ra_temsky.gat
+que_rachel.gat
+ice_dun01.gat
+ice_dun02.gat
+ice_dun03.gat
+ice_dun04.gat
+//======================================================================================
+// - Other/Extra maps -
+// Only add maps under this line if they are not standard maps!
+//======================================================================================
rwc01.gat 1000
rwc02.gat
rwc03.gat
@@ -653,34 +687,10 @@ test.gat poring_c01.gat
poring_c02.gat
que_ng.gat
-rachel.gat
-ra_in01.gat
-ra_fild01.gat
-ra_fild02.gat
-ra_fild03.gat
-ra_fild04.gat
-ra_fild05.gat
-ra_fild06.gat
-ra_fild07.gat
-ra_fild08.gat
-ra_fild09.gat
-ra_fild10.gat
-ra_fild11.gat
-ra_fild12.gat
-ra_fild13.gat
-ra_san01.gat
-ra_san02.gat
-ra_san03.gat
-ra_san04.gat
-ra_san05.gat
-ra_temin.gat
-ra_temple.gat
-ra_temsky.gat
-que_rachel.gat
-ice_dun01.gat
-ice_dun02.gat
-ice_dun03.gat
-ice_dun04.gat
-//Place your custom maps with a starting ID here. Example:
+//======================================================================================
+//Place your custom maps with a starting ID here.
+//======================================================================================
+//Example:
+//
//mymap.gat 1250
//mymap-2.gat
|