summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 05:12:24 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 05:12:24 +0000
commit1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba (patch)
treeb4043f871851563ecf1a44b6e378df1544bfed42
parentc9f58d71bf61f02ebbd66d330af3216ee5fb808a (diff)
downloadhercules-1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba.tar.gz
hercules-1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba.tar.bz2
hercules-1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba.tar.xz
hercules-1d3059bf05dcd1ed986a33eff7d9e35f381ef3ba.zip
* Merged changes ONLY eAthena 15110.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16174 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--src/map/atcommand.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 11022f490..786c160b2 100644
--- a/src/map/atcommand.c
+++ b/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) )
{