diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:07:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:07:15 +0300 |
commit | fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (patch) | |
tree | f7f8af4849bc214a27ea8205410568b76ce5ec30 /src/net/tmwa/charserverhandler.h | |
parent | 6b3b81988ea37207eeeb2994761e307c6b6fb340 (diff) | |
download | plus-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/tmwa/charserverhandler.h')
-rw-r--r-- | src/net/tmwa/charserverhandler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h index 37e71744e..8e2b25767 100644 --- a/src/net/tmwa/charserverhandler.h +++ b/src/net/tmwa/charserverhandler.h @@ -72,6 +72,12 @@ class CharServerHandler final : public Ea::CharServerHandler override final { } + void changePincode(const BeingId accountId A_UNUSED, + const std::string &oldPin A_UNUSED, + const std::string &newPin A_UNUSED) 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 |