diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r-- | src/net/eathena/cashshophandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h index fa781f74a..00f272d69 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.h @@ -44,6 +44,8 @@ class CashShopHandler final : public MessageHandler, protected: static void processCashShopOpen(Net::MessageIn &msg); + + static void processCashShopBuyAck(Net::MessageIn &msg); }; } // namespace EAthena |