Forgot to commit source modification from r12833 (Updated Novice grounds.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12844 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9acd2669e1
commit
4ba16a2c0d
@ -3,6 +3,8 @@ Date Added
|
|||||||
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
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.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
|
2008/06/17
|
||||||
|
* Forgot to commit source modification from r12833 (Updated Novice grounds.) [L0ne_W0lf]
|
||||||
2008/06/16
|
2008/06/16
|
||||||
* Made the socket limit not be set in cygwin, which has bogus behavior. (bugreport:1684) [FlavioJS]
|
* Made the socket limit not be set in cygwin, which has bogus behavior. (bugreport:1684) [FlavioJS]
|
||||||
* Made the socket limit be set to the maximum allowed value when setting to FD_SETSIZE fails.
|
* Made the socket limit be set to the maximum allowed value when setting to FD_SETSIZE fails.
|
||||||
|
@ -35,7 +35,7 @@ extern char mapindex_cfgfile[80];
|
|||||||
#define MAP_RACHEL "rachel"
|
#define MAP_RACHEL "rachel"
|
||||||
#define MAP_VEINS "veins"
|
#define MAP_VEINS "veins"
|
||||||
#define MAP_JAIL "sec_pri"
|
#define MAP_JAIL "sec_pri"
|
||||||
#define MAP_NOVICE "new_zone01"
|
#define MAP_NOVICE "new_1-1"
|
||||||
#define MAP_MOSCOVIA "moscovia"
|
#define MAP_MOSCOVIA "moscovia"
|
||||||
|
|
||||||
const char* mapindex_getmapname(const char* string, char* output);
|
const char* mapindex_getmapname(const char* string, char* output);
|
||||||
|
@ -2251,7 +2251,7 @@ int atcommand_go(const int fd, struct map_session_data* sd, const char* command,
|
|||||||
town = 13;
|
town = 13;
|
||||||
} else if (strncmp(map_name, "louyang", 3) == 0) {
|
} else if (strncmp(map_name, "louyang", 3) == 0) {
|
||||||
town = 14;
|
town = 14;
|
||||||
} else if (strncmp(map_name, "new_zone01", 3) == 0 ||
|
} else if (strncmp(map_name, "new_1-1", 3) == 0 ||
|
||||||
strncmp(map_name, "startpoint", 3) == 0 ||
|
strncmp(map_name, "startpoint", 3) == 0 ||
|
||||||
strncmp(map_name, "begining", 3) == 0) {
|
strncmp(map_name, "begining", 3) == 0) {
|
||||||
town = 15;
|
town = 15;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user