diff options
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r-- | src/net/eathena/charserverhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h index 9e02dce1f..f41b14a79 100644 --- a/src/net/eathena/charserverhandler.h +++ b/src/net/eathena/charserverhandler.h @@ -65,6 +65,9 @@ class CharServerHandler final : public Ea::CharServerHandler void setNewPincode(const BeingId accountId, const std::string &pin) const override final; + void sendCheckPincode(const BeingId accountId, + const std::string &pin) 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 |