From 505329e744efad304fe2f5ec0ed395187c9ceef1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Apr 2017 23:22:49 +0300 Subject: Fix packet version for packet CMSG_CHAR_CREATE. --- src/net/eathena/packetsout.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index f16855838..f7a31c24b 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1554,6 +1554,11 @@ if (packetVersion == 20151001) packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); } +if (packetVersion >= 20151001) +{ + packet(CMSG_CHAR_CREATE, 0x0a39, 36, chr->parse_char_create_new_char); +} + // 20151029 if (packetVersion == 20151029) { @@ -1588,11 +1593,6 @@ if (packetVersion == 20151029) packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); } -if (packetVersion >= 20151029) -{ - packet(CMSG_CHAR_CREATE, 0x0a39, 36, chr->parse_char_create_new_char); -} - // 20151104 if (packetVersion == 20151104) { -- cgit v1.2.3-60-g2f50