summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-31 20:45:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commit87e351fa21e94991038f3ca1cae1767b81071507 (patch)
treef504d6b760901a3a4f8c7be70d6f7cd84638e6af /src/net/tmwa/charserverhandler.h
parent8ad8da325107ef1b33bd6c3ed985859e7edb78ae (diff)
downloadplus-87e351fa21e94991038f3ca1cae1767b81071507.tar.gz
plus-87e351fa21e94991038f3ca1cae1767b81071507.tar.bz2
plus-87e351fa21e94991038f3ca1cae1767b81071507.tar.xz
plus-87e351fa21e94991038f3ca1cae1767b81071507.zip
Add partial pincode sending.
Need reverse or find way how to encrypt pincode. For now pincodes not supported.
Diffstat (limited to 'src/net/tmwa/charserverhandler.h')
-rw-r--r--src/net/tmwa/charserverhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h
index 35a4585e3..757474c4c 100644
--- a/src/net/tmwa/charserverhandler.h
+++ b/src/net/tmwa/charserverhandler.h
@@ -66,6 +66,9 @@ class CharServerHandler final : public MessageHandler,
bool isNeedCreatePin() const
{ return false; }
+ void setNewPincode(const std::string &pin A_UNUSED) override final
+ { }
+
protected:
void readPlayerData(Net::MessageIn &msg,
Net::Character *const character,