summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-26 22:41:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-26 22:41:39 +0300
commit2f63276d3c09246878fb2470c3c047c7d4144a2d (patch)
treeb96ab3d64657a27854302aca637cb6f8c281fdd5 /src/net/eathena/cashshophandler.cpp
parentd6f607842bb91d2f76b6d677e4e899de50fa27cf (diff)
downloadManaVerse-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.gz
ManaVerse-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.bz2
ManaVerse-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.xz
ManaVerse-2f63276d3c09246878fb2470c3c047c7d4144a2d.zip
eathena: add packet CMSG_NPC_CASH_SHOP_CLOSE 0x084a.
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r--src/net/eathena/cashshophandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp
index 082394b68..fcdf84ca9 100644
--- a/src/net/eathena/cashshophandler.cpp
+++ b/src/net/eathena/cashshophandler.cpp
@@ -181,4 +181,9 @@ void CashShopHandler::buyItem(const int points,
outMsg.writeInt16(static_cast<int16_t>(itemId), "item id");
}
+void CashShopHandler::close() const
+{
+ createOutPacket(CMSG_NPC_CASH_SHOP_CLOSE);
+}
+
} // namespace EAthena