diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r-- | src/net/eathena/cashshophandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp index fcdf84ca9..24751bfe0 100644 --- a/src/net/eathena/cashshophandler.cpp +++ b/src/net/eathena/cashshophandler.cpp @@ -186,4 +186,9 @@ void CashShopHandler::close() const createOutPacket(CMSG_NPC_CASH_SHOP_CLOSE); } +void CashShopHandler::requestPoints() const +{ + createOutPacket(CMSG_NPC_CASH_SHOP_OPEN); +} + } // namespace EAthena |