From 3bc5c6efe9caccfd52be14a397b050a3fb2aa493 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 4 Apr 2008 22:50:43 +0000 Subject: Fixed @rura between maps on more then one map server. (r12483) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12483 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 8cdaab7c1..85e551861 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -431,7 +431,7 @@ int atcommand_mapmove(const int fd, struct map_session_data* sd, const char* com if (mapindex) m = map_mapindex2mapid(mapindex); - if (!mapindex || m < 0) { + if (!mapindex) { // m < 0 means on different server! [Kevin] clif_displaymessage(fd, msg_txt(1)); // Map not found. return -1; } -- cgit v1.2.3-60-g2f50