Browse Source

Fixed client getting out of sync

Lemongrass3110 2 years ago
parent
commit
cc76262081
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/map/clif.cpp

+ 3 - 0
src/map/clif.cpp

@@ -11026,6 +11026,9 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
 			channel_mjoin(sd); //join new map
 			channel_mjoin(sd); //join new map
 
 
 		clif_pk_mode_message(sd);
 		clif_pk_mode_message(sd);
+
+		// Update the client
+		clif_goldpc_info( *sd );
 	}
 	}
 	
 	
 	if( sd->guild && ( battle_config.guild_notice_changemap == 2 || guild_notice ) ){
 	if( sd->guild && ( battle_config.guild_notice_changemap == 2 || guild_notice ) ){