diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-12 17:44:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 17:44:36 +0300 |
commit | 48c215204404187e69b60c912c345429bcd37934 (patch) | |
tree | f9706240e8414636100fd481d7bc6febc8a6a27f /src/net/eathena/packetsin.inc | |
parent | ee3321098ab5ffd71a4809b035a39c06884da2d2 (diff) | |
download | plus-48c215204404187e69b60c912c345429bcd37934.tar.gz plus-48c215204404187e69b60c912c345429bcd37934.tar.bz2 plus-48c215204404187e69b60c912c345429bcd37934.tar.xz plus-48c215204404187e69b60c912c345429bcd37934.zip |
Add packet SMSG_BUYINGSTORE_REPORT 0x09e6.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 2058857b7..44482a2eb 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -777,6 +777,7 @@ packet(SMSG_ROULETTE_RECV_ITEM_ACK, 0x0a22, 5, &RouletteRecv::processRo if (packetVersion >= 20141016) { packet(SMSG_VENDING_REPORT, 0x09e5, 18, &VendingRecv::processReport, 20141016); + packet(SMSG_BUYINGSTORE_REPORT, 0x09e6, 22, &BuyingStoreRecv::processBuyingStoreReport, 20141016); } // 20141022 |