Explorar o código

Fixed login-without-aura issue, bugreport:4940

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15120 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind %!s(int64=13) %!d(string=hai) anos
pai
achega
9464e63d0d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/map/pc.c

+ 5 - 0
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;