From 5b1359f867190b46f3107f4e3ba85d484e14c130 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Mar 2015 13:17:32 +0300 Subject: eathena: add packet CMSG_NPC_CASH_SHOP_SCHEDULE 0x08c9. --- src/net/eathena/cashshophandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/cashshophandler.cpp') diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp index e0eaa0dea..3ddbe9444 100644 --- a/src/net/eathena/cashshophandler.cpp +++ b/src/net/eathena/cashshophandler.cpp @@ -197,4 +197,9 @@ void CashShopHandler::requestTab(const int tab) const outMsg.writeInt16(static_cast(tab), "tab"); } +void CashShopHandler::schedule() const +{ + createOutPacket(CMSG_NPC_CASH_SHOP_SCHEDULE); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50