summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/clif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index bf737b4e7..3ace6aa2d 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -11003,7 +11003,10 @@ static void clif_parse_LoadEndAck(int fd, struct map_session_data *sd)
status_calc_bl(&sd->ed->bl, SCB_SPEED); // Elementals mimic their master's speed on each map change.
}
+ bool first_time = false;
+
if (sd->state.connect_new != 0) {
+ first_time = false;
sd->state.connect_new = 0;
clif->skillinfoblock(sd);
clif->hotkeysAll(sd);