From c43d0ae7b171373f4ee352c8faa4ae6a7e93c49c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Oct 2014 18:33:30 +0300 Subject: eathena: add packet CMSG_CHAR_RENAME 0x08fc. --- src/net/tmwa/charserverhandler.cpp | 5 +++++ src/net/tmwa/charserverhandler.h | 3 +++ 2 files changed, 8 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp index 732e438e6..274120a83 100644 --- a/src/net/tmwa/charserverhandler.cpp +++ b/src/net/tmwa/charserverhandler.cpp @@ -511,4 +511,9 @@ void CharServerHandler::processCharCreate2(Net::MessageIn &msg) BLOCK_END("CharServerHandler::processCharCreate2") } +void CharServerHandler::renameCharacter(Net::Character *const character, + const std::string &newName) +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h index 0fd6f1f93..29af074a5 100644 --- a/src/net/tmwa/charserverhandler.h +++ b/src/net/tmwa/charserverhandler.h @@ -53,6 +53,9 @@ class CharServerHandler final : public MessageHandler, void deleteCharacter(Net::Character *const character) override final; + void renameCharacter(Net::Character *const character, + const std::string &newName) override final; + void switchCharacter() const override final; void connect() override final; -- cgit v1.2.3-70-g09d2