diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:41:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:41:21 +0100 |
commit | c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08 (patch) | |
tree | 3ab47f1a5d9c91a3b5b3386b005e025e5cd089cf /src/map/intif.c | |
parent | 7dcd2f45f09513686421aacd90184aca9bcf5854 (diff) | |
parent | 6fcce0935b9bca66c76481ac525443599c394b6a (diff) | |
download | hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.gz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.bz2 hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.xz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.zip |
Merge pull request #2377 from 4144/updatepackets
Update packets up to 2019-03-06
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 8028d4474..86bf07bce 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1507,7 +1507,7 @@ static void intif_parse_GuildMemberWithdraw(int fd) // ACK guild member basic info static void intif_parse_GuildMemberInfoShort(int fd) { - guild->recv_memberinfoshort(RFIFOL(fd,2),RFIFOL(fd,6),RFIFOL(fd,10),RFIFOB(fd,14),RFIFOW(fd,15),RFIFOL(fd,17),RFIFOL(fd,19)); + guild->recv_memberinfoshort(RFIFOL(fd,2),RFIFOL(fd,6),RFIFOL(fd,10),RFIFOB(fd,14),RFIFOW(fd,15),RFIFOL(fd,17),RFIFOL(fd,21)); } // ACK guild break |