summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-24 15:22:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-24 15:22:18 +0300
commit1f7122e76f28ec851ef7d9361396575dde381287 (patch)
treecd77ab798b0f525b8870acb9c3bd87ee3ca62ab7 /src/net/eathena/cashshophandler.h
parent8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf (diff)
downloadplus-1f7122e76f28ec851ef7d9361396575dde381287.tar.gz
plus-1f7122e76f28ec851ef7d9361396575dde381287.tar.bz2
plus-1f7122e76f28ec851ef7d9361396575dde381287.tar.xz
plus-1f7122e76f28ec851ef7d9361396575dde381287.zip
eathena: add partial support for packet SMSG_NPC_CASH_BUY_ACK 0x0289.
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h2
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