diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-12-13 20:53:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-12-13 20:53:18 +0300 |
commit | c5a7fac25b79669253c1f7a3ef5775ac362b6491 (patch) | |
tree | c1fc8e1e89e7f05f1645262d4a0f8f715290f289 | |
parent | 3acb36c33e06a8a7e226e43ff8656c8cffa2eeb3 (diff) | |
download | hercules-c5a7fac25b79669253c1f7a3ef5775ac362b6491.tar.gz hercules-c5a7fac25b79669253c1f7a3ef5775ac362b6491.tar.bz2 hercules-c5a7fac25b79669253c1f7a3ef5775ac362b6491.tar.xz hercules-c5a7fac25b79669253c1f7a3ef5775ac362b6491.zip |
Send load confirm packet in clif_refresh
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a1c1bce19..31fb00c37 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9338,6 +9338,8 @@ static void clif_refresh(struct map_session_data *sd) mail->clear(sd); + clif->loadConfirm(sd); + if (clif->isdisguised(&sd->bl)) {/* refresh-da */ short disguise = sd->disguise; pc->disguise(sd, -1); |