summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-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 8be5df894..316ed2896 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -413,7 +413,10 @@ void BeingRecv::processBeingVisible(Net::MessageIn &msg)
msg.readInt8("is boss");
if (packetVersion >= 20150513)
+ {
msg.readInt16("body2");
+ msg.readString(24, "name");
+ }
dstBeing->setStunMode(stunMode);
dstBeing->setStatusEffectBlock(0, CAST_U16(
@@ -591,7 +594,10 @@ void BeingRecv::processBeingMove(Net::MessageIn &msg)
msg.readInt8("is boss");
if (packetVersion >= 20150513)
+ {
msg.readInt16("body2");
+ msg.readString(24, "name");
+ }
dstBeing->setStunMode(stunMode);
dstBeing->setStatusEffectBlock(0, CAST_U16(
@@ -749,7 +755,10 @@ void BeingRecv::processBeingSpawn(Net::MessageIn &msg)
msg.readInt8("is boss");
if (packetVersion >= 20150513)
+ {
msg.readInt16("body2");
+ msg.readString(24, "name");
+ }
dstBeing->setStunMode(stunMode);
dstBeing->setStatusEffectBlock(0, CAST_U16(