diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-12 21:37:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 21:37:34 +0300 |
commit | e8c3f1b99afc36383abe8c5441a75ae47929831a (patch) | |
tree | 4fa9b8aafae1f805182f1dd9dc279bd1e34134d1 | |
parent | e80c07028d95ea51860e55e043203693e96a8fb3 (diff) | |
download | plus-e8c3f1b99afc36383abe8c5441a75ae47929831a.tar.gz plus-e8c3f1b99afc36383abe8c5441a75ae47929831a.tar.bz2 plus-e8c3f1b99afc36383abe8c5441a75ae47929831a.tar.xz plus-e8c3f1b99afc36383abe8c5441a75ae47929831a.zip |
Fix packet CMSG_SOLVE_CHAR_NAME id conflict with other packets.
-rw-r--r-- | src/net/eathena/packetsout.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 6b1b9d2c0..4f406a0d6 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -679,6 +679,7 @@ if (packetVersion >= 20120702) if (packetVersion >= 20120710) { packet(CMSG_BUYINGSTORE_CLOSE, 0x0886, 2, clif->pReqCloseBuyingStore); + packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); } // 20120716 |