summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 21:37:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 21:37:34 +0300
commite8c3f1b99afc36383abe8c5441a75ae47929831a (patch)
tree4fa9b8aafae1f805182f1dd9dc279bd1e34134d1 /src/net/eathena/packetsout.inc
parente80c07028d95ea51860e55e043203693e96a8fb3 (diff)
downloadplus-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.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc1
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