summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-10 12:36:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-10 12:38:00 +0300
commit574efa8ae89f7786239753537eb32c222686f4a1 (patch)
treedc6f15a6a2a968f459bf541b30b7ef1df71d9f8b /src/net/tmwa/beinghandler.cpp
parenta2af952c687ff666208a316d8b7b4e394df19d2f (diff)
downloadManaVerse-574efa8ae89f7786239753537eb32c222686f4a1.tar.gz
ManaVerse-574efa8ae89f7786239753537eb32c222686f4a1.tar.bz2
ManaVerse-574efa8ae89f7786239753537eb32c222686f4a1.tar.xz
ManaVerse-574efa8ae89f7786239753537eb32c222686f4a1.zip
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index 2cbd41835..61da647e1 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -68,4 +68,8 @@ void BeingHandler::viewPlayerEquipment(const Being *const being A_UNUSED)
{
}
+void BeingHandler::requestNameByCharId(const int id A_UNUSED) const
+{
+}
+
} // namespace TmwAthena