summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-19 21:11:27 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-19 21:11:27 +0000
commit85db367d556b31b432b2e3b2c909cca14d6248f2 (patch)
tree984323909339ef254340157f6b85ec1cf5458a58 /src/map
parent8e852c55ed530007343e293bf5c8fdb9fd53e322 (diff)
downloadhercules-85db367d556b31b432b2e3b2c909cca14d6248f2.tar.gz
hercules-85db367d556b31b432b2e3b2c909cca14d6248f2.tar.bz2
hercules-85db367d556b31b432b2e3b2c909cca14d6248f2.tar.xz
hercules-85db367d556b31b432b2e3b2c909cca14d6248f2.zip
Fixed a typo in /map/clif.c (acount_id -> account_id)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12219 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index c94a02bca..ed5e46bbd 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7648,7 +7648,7 @@ void clif_parse_WantToConnection(int fd, TBL_PC* sd)
return;
} else if( map_knowsaccount(account_id) )
{// double login
- sd = map_id2sd(acount_id);
+ sd = map_id2sd(account_id);
if( sd && sd->state.autotrade )
map_quit(sd);// kick autotrading character
else