summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r--src/net/eathena/cashshophandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp
index 24751bfe0..e0eaa0dea 100644
--- a/src/net/eathena/cashshophandler.cpp
+++ b/src/net/eathena/cashshophandler.cpp
@@ -191,4 +191,10 @@ void CashShopHandler::requestPoints() const
createOutPacket(CMSG_NPC_CASH_SHOP_OPEN);
}
+void CashShopHandler::requestTab(const int tab) const
+{
+ createOutPacket(CMSG_NPC_CASH_SHOP_REQUEST_TAB);
+ outMsg.writeInt16(static_cast<int16_t>(tab), "tab");
+}
+
} // namespace EAthena