summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 23:06:25 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-14 23:06:25 +0000
commit09ce66afa4552cca48beb77b06f8b196d9658e26 (patch)
treeaedb0e940f7bd31abff8819ce40ae0b4262bc588 /src/map/pc.c
parent71892967a5849e95d7ea964f1f46242d9222d54a (diff)
downloadhercules-09ce66afa4552cca48beb77b06f8b196d9658e26.tar.gz
hercules-09ce66afa4552cca48beb77b06f8b196d9658e26.tar.bz2
hercules-09ce66afa4552cca48beb77b06f8b196d9658e26.tar.xz
hercules-09ce66afa4552cca48beb77b06f8b196d9658e26.zip
Fixed login-without-aura issue, bugreport:4940
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15120 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 82694a792..d4995d817 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -961,6 +961,11 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim
**/
skill_cooldown_load(sd);
+ /**
+ * Fixed login-without-aura issue (the screen won't blink at this point, don't worry :P)
+ **/
+ clif_refresh(sd);
+
// Request all registries (auth is considered completed whence they arrive)
intif_request_registry(sd,7);
return true;