summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
commitfc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (patch)
treef7f8af4849bc214a27ea8205410568b76ce5ec30 /src/net/eathena/charserverhandler.h
parent6b3b81988ea37207eeeb2994761e307c6b6fb340 (diff)
downloadplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.gz
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.bz2
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.xz
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.zip
Add support for change pin code by server request.
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r--src/net/eathena/charserverhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h
index f41b14a79..a712c5a56 100644
--- a/src/net/eathena/charserverhandler.h
+++ b/src/net/eathena/charserverhandler.h
@@ -68,6 +68,10 @@ class CharServerHandler final : public Ea::CharServerHandler
void sendCheckPincode(const BeingId accountId,
const std::string &pin) const override final;
+ void changePincode(const BeingId accountId,
+ const std::string &oldPin,
+ const std::string &newPin) const override final;
+
/**
* Sets the character create dialog. The handler will clean up this
* dialog when a new character is successfully created, and will unlock