diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:17:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:17:32 +0300 |
commit | 5b1359f867190b46f3107f4e3ba85d484e14c130 (patch) | |
tree | 7f932747a6149dc69d32808b4b196a03fd82e94d /src/net/tmwa/cashshophandler.cpp | |
parent | 5bf9a084a9d188105b919e984a655a5cf08bb497 (diff) | |
download | plus-5b1359f867190b46f3107f4e3ba85d484e14c130.tar.gz plus-5b1359f867190b46f3107f4e3ba85d484e14c130.tar.bz2 plus-5b1359f867190b46f3107f4e3ba85d484e14c130.tar.xz plus-5b1359f867190b46f3107f4e3ba85d484e14c130.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_SCHEDULE 0x08c9.
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r-- | src/net/tmwa/cashshophandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp index 259a59a33..c9fecd9fb 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -61,4 +61,8 @@ void CashShopHandler::requestTab(const int tab A_UNUSED) const { } +void CashShopHandler::schedule() const +{ +} + } // namespace TmwAthena |