From cc762620811b1dd2831d1a3cddc2b31a453d0a09 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 30 Nov 2022 23:42:13 +0100 Subject: [PATCH] Fixed client getting out of sync --- src/map/clif.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 6cd1991ae3..4d62e913d3 100644 --- a/src/map/clif.cpp +++ b/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 clif_pk_mode_message(sd); + + // Update the client + clif_goldpc_info( *sd ); } if( sd->guild && ( battle_config.guild_notice_changemap == 2 || guild_notice ) ){