summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 20:53:51 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 21:29:13 +0300
commitec5a49b28e85a9515e5ba1ef3c3961e341583dcf (patch)
treea5de506d1f7540bfb8cc1a1baef1070f34e3d59d /src/net/eathena/packetsout.inc
parentc41c0f6b4f1e848c202c378810c73fdb25dfe8ae (diff)
downloadplus-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/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc3
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