From e7beef1499ae660af01f163a16b9040bd60d8845 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Fri, 9 Mar 2007 01:49:50 +0000 Subject: - Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done. - Propagating const char* from the script engine. - ".gat" is appended to the map name before sending the changemapserver packet to the client. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9979 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 719ad85c4..4ce73972e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1375,7 +1375,7 @@ struct map_session_data * map_charid2sd(int); struct map_session_data * map_id2sd(int); struct block_list * map_id2bl(int); int map_mapindex2mapid(unsigned short mapindex); -int map_mapname2mapid(char*); +int map_mapname2mapid(const char* name); int map_mapname2ipport(unsigned short,int*,int*); int map_setipport(unsigned short map,unsigned long ip,int port); int map_eraseipport(unsigned short map,unsigned long ip,int port); -- cgit v1.2.3-60-g2f50