diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-10 12:36:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-10 12:38:00 +0300 |
commit | 574efa8ae89f7786239753537eb32c222686f4a1 (patch) | |
tree | dc6f15a6a2a968f459bf541b30b7ef1df71d9f8b /src/net/eathena/beinghandler.h | |
parent | a2af952c687ff666208a316d8b7b4e394df19d2f (diff) | |
download | plus-574efa8ae89f7786239753537eb32c222686f4a1.tar.gz plus-574efa8ae89f7786239753537eb32c222686f4a1.tar.bz2 plus-574efa8ae89f7786239753537eb32c222686f4a1.tar.xz plus-574efa8ae89f7786239753537eb32c222686f4a1.zip |
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r-- | src/net/eathena/beinghandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index 6780e9bc3..11d2250ff 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -41,6 +41,8 @@ class BeingHandler final : public Ea::BeingHandler void requestRanks(const RankT rank) const override final; + void requestNameByCharId(const int id) const override final; + protected: void viewPlayerEquipment(const Being *const being); }; |