diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:26:42 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:26:42 +0000 |
commit | 4250071e3c0f382d3b6680f30d2c9bce848a92da (patch) | |
tree | 417c00c414adfd713c6472e8fb1ba422be3015f8 | |
parent | ad814bbda0570efc01f00cf4a59af573f9843faf (diff) | |
download | hercules-4250071e3c0f382d3b6680f30d2c9bce848a92da.tar.gz hercules-4250071e3c0f382d3b6680f30d2c9bce848a92da.tar.bz2 hercules-4250071e3c0f382d3b6680f30d2c9bce848a92da.tar.xz hercules-4250071e3c0f382d3b6680f30d2c9bce848a92da.zip |
- Corrected amatsu dungeon's nomemo mapflags not working
- Added a missing map entry, 've_in02' to map list and index (too bad it's out of order)
- Added an updated mapcache
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10171 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | conf-tmpl/mapflag/nomemo.txt | 4 | ||||
-rw-r--r-- | conf-tmpl/maps_athena.conf | 1 | ||||
-rw-r--r-- | db/map_cache.dat | bin | 1586340 -> 1586551 bytes | |||
-rw-r--r-- | db/map_index.txt | 9 |
4 files changed, 5 insertions, 9 deletions
diff --git a/conf-tmpl/mapflag/nomemo.txt b/conf-tmpl/mapflag/nomemo.txt index c32d93187..f9bac3437 100644 --- a/conf-tmpl/mapflag/nomemo.txt +++ b/conf-tmpl/mapflag/nomemo.txt @@ -189,8 +189,8 @@ anthell01 mapflag nomemo anthell02 mapflag nomemo // Amatsu Dungeon ------------ ama_dun01 mapflag nomemo -ama_dun02 mapflag nomemo -ama_dun03 mapflag nomemo +ama_dun02 mapflag nomemo +ama_dun03 mapflag nomemo // Ayothaya ayo_dun01 mapflag nomemo ayo_dun02 mapflag nomemo diff --git a/conf-tmpl/maps_athena.conf b/conf-tmpl/maps_athena.conf index 520be4347..028760bae 100644 --- a/conf-tmpl/maps_athena.conf +++ b/conf-tmpl/maps_athena.conf @@ -751,6 +751,7 @@ map: thor_v02 map: thor_v03 map: veins map: ve_in +map: ve_in02 map: ve_fild01 map: ve_fild02 map: ve_fild03 diff --git a/db/map_cache.dat b/db/map_cache.dat Binary files differindex 320e83c66..95394870b 100644 --- a/db/map_cache.dat +++ b/db/map_cache.dat diff --git a/db/map_index.txt b/db/map_index.txt index b23fe7ba8..fe5cd64f8 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -9,11 +9,6 @@ //mapname <- map will use index of previous map +1 //Note that map index 0 is special and reserved for "error" status. -// NOTE TO DEVELOPERS -// Due to a removed duplicate, index 591 is free, if you have to add a single map, -// please add it there instead of the end. Then remove the 592 on next line (rachel) -// and remove all those comments. ~DracoRPG - alb_ship 1 alb2trea alberta @@ -604,8 +599,8 @@ job_hunter job_knight job_priest job_wizard -// INDEX 591 IS FREE, PLEASE USE IT -rachel 592 +ve_in02 // missing map +rachel ra_in01 ra_fild01 ra_fild02 |