From 8fdc97b3d38d938a610795b8477c2d49deea0f5c Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 28 Jun 2020 12:27:30 +0200 Subject: Fix the use of the first_time variable in clif_parse_loadEndAck This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-60-g2f50