From fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Mar 2018 06:07:15 +0300 Subject: Add support for change pin code by server request. --- src/net/tmwa/charserverhandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/tmwa') 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 -- cgit v1.2.3-70-g09d2