Преглед изворни кода

follow up to to r15120

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15122 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind пре 13 година
родитељ
комит
668aaafac4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/map/pc.c

+ 1 - 1
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);