summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-17 23:22:49 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-17 23:22:49 +0300
commit505329e744efad304fe2f5ec0ed395187c9ceef1 (patch)
tree7e7c8f35a96c23f0a134a1cce6c95b8c8b20d42b /src/net/eathena/packetsout.inc
parentbcb0a55fee1ef4aaf393fa6af91a12107bba8c78 (diff)
downloadplus-505329e744efad304fe2f5ec0ed395187c9ceef1.tar.gz
plus-505329e744efad304fe2f5ec0ed395187c9ceef1.tar.bz2
plus-505329e744efad304fe2f5ec0ed395187c9ceef1.tar.xz
plus-505329e744efad304fe2f5ec0ed395187c9ceef1.zip
Fix packet version for packet CMSG_CHAR_CREATE.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc10
1 files changed, 5 insertions, 5 deletions
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)
{