summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
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/eathena/beingrecv.h
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/eathena/beingrecv.h')
-rw-r--r--src/net/eathena/beingrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h
index 95f7b50eb..31b35d5a3 100644
--- a/src/net/eathena/beingrecv.h
+++ b/src/net/eathena/beingrecv.h
@@ -110,6 +110,7 @@ namespace EAthena
void processPvpSet(Net::MessageIn &msg);
void processNameResponse2(Net::MessageIn &msg);
void processSkillCancel(Net::MessageIn &msg);
+ void processSolveCharName(Net::MessageIn &msg);
Being *createBeing2(Net::MessageIn &msg,
const BeingId id,
const int16_t job,