From ec5a49b28e85a9515e5ba1ef3c3961e341583dcf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 20:53:51 +0300 Subject: Add packet CMSG_PLAYER_CHANGE_DIR 0x0924. --- src/net/eathena/packetsout.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2