diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-24 13:30:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-24 13:31:53 +0300 |
commit | 21a671a5de9876ae79112b7a6da1259c2198300f (patch) | |
tree | e08a381563f199dafb2bded63b985404c3f6d4be /src/net/eathena/cashshophandler.h | |
parent | c312bd7e397cb7d54731d1184873bb70f5a9e403 (diff) | |
download | plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.gz plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.bz2 plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.xz plus-21a671a5de9876ae79112b7a6da1259c2198300f.zip |
eathena: add partial support for packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r-- | src/net/eathena/cashshophandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h index 4b16d99d5..d0e42cc63 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.h @@ -36,6 +36,9 @@ class CashShopHandler final : public MessageHandler, A_DELETE_COPY(CashShopHandler) void handleMessage(Net::MessageIn &msg) override final; + + protected: + static void processCashShopOpen(Net::MessageIn &msg); }; } // namespace EAthena |