summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 23:17:17 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 23:17:17 +0000
commit394354577a12737bb6ede6bf78868de868cfba9c (patch)
treeb8d879b2937a99584bcbd42e10cb24c6086ce253 /src/map/pc.c
parent9fa437853b643c4365ba20159f370529fcc2f956 (diff)
downloadhercules-394354577a12737bb6ede6bf78868de868cfba9c.tar.gz
hercules-394354577a12737bb6ede6bf78868de868cfba9c.tar.bz2
hercules-394354577a12737bb6ede6bf78868de868cfba9c.tar.xz
hercules-394354577a12737bb6ede6bf78868de868cfba9c.zip
follow up to to r15120
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15122 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index d4995d817..2e53da29f 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -964,7 +964,7 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim
/**
* Fixed login-without-aura issue (the screen won't blink at this point, don't worry :P)
**/
- clif_refresh(sd);
+ clif_changemap(sd,sd->mapindex,sd->bl.x,sd->bl.y);
// Request all registries (auth is considered completed whence they arrive)
intif_request_registry(sd,7);