summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/beingrecv.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index a736c8884..58f297abd 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -498,6 +498,9 @@ void BeingRecv::processBeingVisible(Net::MessageIn &msg)
if (msg.getVersion() >= 20150513)
{
msg.readInt16("body2");
+ }
+ if (msg.getVersion() >= 20131223)
+ {
msg.readString(24, "name");
}
@@ -724,6 +727,9 @@ void BeingRecv::processBeingMove(Net::MessageIn &msg)
if (msg.getVersion() >= 20150513)
{
msg.readInt16("body2");
+ }
+ if (msg.getVersion() >= 20131223)
+ {
msg.readString(24, "name");
}
@@ -925,6 +931,9 @@ void BeingRecv::processBeingSpawn(Net::MessageIn &msg)
if (msg.getVersion() >= 20150513)
{
msg.readInt16("body2");
+ }
+ if (msg.getVersion() >= 20131223)
+ {
msg.readString(24, "name");
}