summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-24 16:14:23 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-24 16:14:23 +0300
commit26c14c26a425f0a4ddad526ebbddf4f3e3ff449d (patch)
treeb85eedcd796a7a137140a844caabc81ab2fd15ff /src/net/eathena/beingrecv.h
parent8db46ea7b77a193d0b79b38d1eba753a4d3f0748 (diff)
downloadplus-26c14c26a425f0a4ddad526ebbddf4f3e3ff449d.tar.gz
plus-26c14c26a425f0a4ddad526ebbddf4f3e3ff449d.tar.bz2
plus-26c14c26a425f0a4ddad526ebbddf4f3e3ff449d.tar.xz
plus-26c14c26a425f0a4ddad526ebbddf4f3e3ff449d.zip
Add packet CMSG_NAVIGATE_TO
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 692ecb441..4e7d63e9f 100644
--- a/src/net/eathena/beingrecv.h
+++ b/src/net/eathena/beingrecv.h
@@ -108,6 +108,7 @@ namespace EAthena
void processSolveCharName(Net::MessageIn &msg);
void processGraffiti(Net::MessageIn &msg);
void processSkillDamage(Net::MessageIn &msg);
+ void processNavigateTo(Net::MessageIn &msg);
Being *createBeing2(Net::MessageIn &msg,
const BeingId id,
const int32_t job,