summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 17:44:56 +0200
committerGitHub <noreply@github.com>2020-06-28 17:44:56 +0200
commita6d5893396ce96926b98ffd1cfe4d2a1f205fc0d (patch)
treed3495c06d7a6f6f0a989b9fea32e37f0d973c2fa /src/map/map.c
parent6ef48d4b37390753a3957675a7e1ba0299b0c38f (diff)
parent61a403a8627f2e0b383aae327d5ccd56938267f8 (diff)
downloadhercules-a6d5893396ce96926b98ffd1cfe4d2a1f205fc0d.tar.gz
hercules-a6d5893396ce96926b98ffd1cfe4d2a1f205fc0d.tar.bz2
hercules-a6d5893396ce96926b98ffd1cfe4d2a1f205fc0d.tar.xz
hercules-a6d5893396ce96926b98ffd1cfe4d2a1f205fc0d.zip
Merge pull request #2763 from 4144/updatepackets
Update packets up to 2020-06-03
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 3312680da..221d60fa4 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1911,6 +1911,7 @@ static void map_reqnickdb(struct map_session_data *sd, int charid)
}
// not in cache, request it
CREATE(req, struct charid_request, 1);
+ req->charid = sd->status.char_id;
req->next = p->requests;
p->requests = req;
chrif->searchcharid(charid);