diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-06 20:53:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-06 21:29:13 +0300 |
commit | ec5a49b28e85a9515e5ba1ef3c3961e341583dcf (patch) | |
tree | a5de506d1f7540bfb8cc1a1baef1070f34e3d59d /src | |
parent | c41c0f6b4f1e848c202c378810c73fdb25dfe8ae (diff) | |
download | plus-ec5a49b28e85a9515e5ba1ef3c3961e341583dcf.tar.gz plus-ec5a49b28e85a9515e5ba1ef3c3961e341583dcf.tar.bz2 plus-ec5a49b28e85a9515e5ba1ef3c3961e341583dcf.tar.xz plus-ec5a49b28e85a9515e5ba1ef3c3961e341583dcf.zip |
Add packet CMSG_PLAYER_CHANGE_DIR 0x0924.
Diffstat (limited to 'src')
-rw-r--r-- | src/net/eathena/packetsout.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index b1f8458d7..453152e60 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -301,8 +301,9 @@ if (packetVersion >= 20090603) // 20150513 if (packetVersion >= 20150513) { - packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); packet(CMSG_BUYINGSTORE_CLOSE, 0x022d, 2, clif->pReqCloseBuyingStore); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0924, 5, clif->pChangeDir); } #endif |