summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-09 16:33:11 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-09 16:33:11 +0000
commitd9cf596186c4432f100a70a5395587536a879223 (patch)
tree66ccf82aa350dc29c5c0886aaa0f70cf9fb9d4b2 /src/map/atcommand.c
parent00eb2beb3a1f31ae991b8162cf577eb8acfbec81 (diff)
downloadhercules-d9cf596186c4432f100a70a5395587536a879223.tar.gz
hercules-d9cf596186c4432f100a70a5395587536a879223.tar.bz2
hercules-d9cf596186c4432f100a70a5395587536a879223.tar.xz
hercules-d9cf596186c4432f100a70a5395587536a879223.zip
- Small code cleanups. One should lower a bit function overhead when using mob_ai&32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index b7d172f35..48ee58056 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -1296,8 +1296,6 @@ int atcommand_where(
}
pl_sd = map_nick2sd(atcmd_player_name);
- pl_sd = map_nick2sd(atcmd_player_name);
-
if (pl_sd == NULL)
return -1;