summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-29 12:58:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-29 12:58:59 +0300
commit63a59b84a097af720138399f4b55ca726b74716e (patch)
tree6b5e8ece4f41079917f2b2a8aac9413afb74765d /src/net/tmwa/cashshophandler.h
parent5ff2a20caeba3a245458adc890b853caf4944992 (diff)
downloadManaVerse-63a59b84a097af720138399f4b55ca726b74716e.tar.gz
ManaVerse-63a59b84a097af720138399f4b55ca726b74716e.tar.bz2
ManaVerse-63a59b84a097af720138399f4b55ca726b74716e.tar.xz
ManaVerse-63a59b84a097af720138399f4b55ca726b74716e.zip
eathena: add packet CMSG_NPC_CASH_SHOP_OPEN 0x0844.
Diffstat (limited to 'src/net/tmwa/cashshophandler.h')
-rw-r--r--src/net/tmwa/cashshophandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.h b/src/net/tmwa/cashshophandler.h
index 9a15a260e..47ea4b505 100644
--- a/src/net/tmwa/cashshophandler.h
+++ b/src/net/tmwa/cashshophandler.h
@@ -46,6 +46,8 @@ class CashShopHandler final : public MessageHandler,
const int amount) const override final;
void close() const override final;
+
+ void requestPoints() const override final;
};
} // namespace TmwAthena