Jelajahi Sumber

* Merged changes ONLY eAthena 15110.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16174 54d463be-8e91-2dee-dedb-b68131a5f0ec
eathenabot 13 tahun lalu
induk
melakukan
5332f09241
1 mengubah file dengan 0 tambahan dan 12 penghapusan
  1. 0 12
      src/map/atcommand.c

+ 0 - 12
src/map/atcommand.c

@@ -522,12 +522,6 @@ ACMD_FUNC(jumpto)
 		return -1;
 	}
 	
-	if (pl_sd == sd)
-	{
-		clif_displaymessage(fd, "But you are already where you are...");
-		return -1;
-	}
-	
 	if (pl_sd->bl.m >= 0 && map[pl_sd->bl.m].flag.nowarpto && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE))
 	{
 		clif_displaymessage(fd, msg_txt(247));	// You are not authorized to warp to this map.
@@ -2976,12 +2970,6 @@ ACMD_FUNC(recall)
 		clif_displaymessage(fd, msg_txt(3)); // Character not found.
 		return -1;
 	}
-		
-	if (pl_sd == sd)
-	{
-		clif_displaymessage(fd, "You are already where you are...");
-		return -1;
-	}
 
 	if ( pc_get_group_level(sd) < pc_get_group_level(pl_sd) )
 	{