summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-23 18:29:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-23 19:46:21 +0300
commit04c28ce7873d5a4d67793157e250097cb65b0bc8 (patch)
tree186bb7d97ff478093985d2a843af534ad13b91b9 /src/net/eathena/beinghandler.cpp
parent1c51481caaa70f4764e1a70106ed88fdc6e5ce89 (diff)
downloadplus-04c28ce7873d5a4d67793157e250097cb65b0bc8.tar.gz
plus-04c28ce7873d5a4d67793157e250097cb65b0bc8.tar.bz2
plus-04c28ce7873d5a4d67793157e250097cb65b0bc8.tar.xz
plus-04c28ce7873d5a4d67793157e250097cb65b0bc8.zip
Add packet fields comments in beinghandler.
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index 977e73942..a3d6706b2 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -125,7 +125,7 @@ BeingHandler::BeingHandler(const bool enableSync) :
void BeingHandler::requestNameById(const int id) const
{
createOutPacket(CMSG_NAME_REQUEST);
- outMsg.writeInt32(id); // readLong(2));
+ outMsg.writeInt32(id, "being id");
}
void BeingHandler::handleMessage(Net::MessageIn &msg)