- 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://svn.code.sf.net/p/rathena/svn/trunk@10171 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a61e02cc29
commit
4b77945e61
@ -751,6 +751,7 @@ map: thor_v02
|
|||||||
map: thor_v03
|
map: thor_v03
|
||||||
map: veins
|
map: veins
|
||||||
map: ve_in
|
map: ve_in
|
||||||
|
map: ve_in02
|
||||||
map: ve_fild01
|
map: ve_fild01
|
||||||
map: ve_fild02
|
map: ve_fild02
|
||||||
map: ve_fild03
|
map: ve_fild03
|
||||||
|
BIN
db/map_cache.dat
BIN
db/map_cache.dat
Binary file not shown.
@ -9,11 +9,6 @@
|
|||||||
//mapname <- map will use index of previous map +1
|
//mapname <- map will use index of previous map +1
|
||||||
//Note that map index 0 is special and reserved for "error" status.
|
//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
|
alb_ship 1
|
||||||
alb2trea
|
alb2trea
|
||||||
alberta
|
alberta
|
||||||
@ -604,8 +599,8 @@ job_hunter
|
|||||||
job_knight
|
job_knight
|
||||||
job_priest
|
job_priest
|
||||||
job_wizard
|
job_wizard
|
||||||
// INDEX 591 IS FREE, PLEASE USE IT
|
ve_in02 // missing map
|
||||||
rachel 592
|
rachel
|
||||||
ra_in01
|
ra_in01
|
||||||
ra_fild01
|
ra_fild01
|
||||||
ra_fild02
|
ra_fild02
|
||||||
|
Loading…
x
Reference in New Issue
Block a user