diff options
-rw-r--r-- | src/common/socket.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/socket.c b/src/common/socket.c index 5f74ccf2f..735571825 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -1798,6 +1798,11 @@ static void socket_datasync(int fd, bool send) { sizeof(struct guild_castle) }, { sizeof(struct fame_list) }, { PACKETVER }, + { PACKETVER_MAIN_NUM }, + { PACKETVER_RE_NUM }, + { PACKETVER_ZERO_NUM }, + { PACKETVER_AD_NUM }, + { PACKETVER_SAK_NUM }, }; unsigned short i; unsigned int alen = ARRAYLENGTH(data_list); |