summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 3ace6aa2d..b2567d668 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -11006,7 +11006,7 @@ static void clif_parse_LoadEndAck(int fd, struct map_session_data *sd)
bool first_time = false;
if (sd->state.connect_new != 0) {
- first_time = false;
+ first_time = true;
sd->state.connect_new = 0;
clif->skillinfoblock(sd);
clif->hotkeysAll(sd);