summaryrefslogtreecommitdiff
path: root/src/net/eathena/messagein.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-31 14:40:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:53 +0300
commitac589aaf065a62fb70a678fc142a7d55c966f981 (patch)
tree1bf461bb7d41dcd3f758fc2e780c5c21c3c89452 /src/net/eathena/messagein.cpp
parent196ab7fd5aaac53223a1d93a9b63c5c46dad27a8 (diff)
downloadplus-ac589aaf065a62fb70a678fc142a7d55c966f981.tar.gz
plus-ac589aaf065a62fb70a678fc142a7d55c966f981.tar.bz2
plus-ac589aaf065a62fb70a678fc142a7d55c966f981.tar.xz
plus-ac589aaf065a62fb70a678fc142a7d55c966f981.zip
Add missing packet id logging in eathena.
Diffstat (limited to 'src/net/eathena/messagein.cpp')
-rw-r--r--src/net/eathena/messagein.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp
index f9d17bfd5..e3918dd3a 100644
--- a/src/net/eathena/messagein.cpp
+++ b/src/net/eathena/messagein.cpp
@@ -43,7 +43,7 @@ MessageIn::MessageIn(const char *const data, const unsigned int length) :
void MessageIn::postInit()
{
// Read the message ID
- mId = readInt16();
+ mId = readInt16("packet id");
}
int16_t MessageIn::readInt16(const char *const str)