summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 18:33:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-05 18:33:30 +0300
commitc43d0ae7b171373f4ee352c8faa4ae6a7e93c49c (patch)
tree6ba7d58927ba02b3d564825de475233ed2efa98f /src/net/tmwa/charserverhandler.cpp
parente282f887a203e46be91e1d1bf0024d95214ed98c (diff)
downloadplus-c43d0ae7b171373f4ee352c8faa4ae6a7e93c49c.tar.gz
plus-c43d0ae7b171373f4ee352c8faa4ae6a7e93c49c.tar.bz2
plus-c43d0ae7b171373f4ee352c8faa4ae6a7e93c49c.tar.xz
plus-c43d0ae7b171373f4ee352c8faa4ae6a7e93c49c.zip
eathena: add packet CMSG_CHAR_RENAME 0x08fc.
Diffstat (limited to 'src/net/tmwa/charserverhandler.cpp')
-rw-r--r--src/net/tmwa/charserverhandler.cpp5
1 files changed, 5 insertions, 0 deletions
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