diff --git a/src/client/protocolgamesend.cpp b/src/client/protocolgamesend.cpp index d0ed531689..67fe6fa95a 100644 --- a/src/client/protocolgamesend.cpp +++ b/src/client/protocolgamesend.cpp @@ -1358,8 +1358,8 @@ void ProtocolGame::sendPreyAction(const uint8_t slot, const uint8_t actionType, msg->addU8(static_cast(index)); } else if (actionType == 4) { msg->addU16(index); // raceid - send(msg); } + send(msg); } void ProtocolGame::sendPreyRequest() @@ -1500,4 +1500,4 @@ void ProtocolGame::openContainerQuickLoot(const uint8_t action, const uint8_t ca msg->addU8(category); } send(msg); -} \ No newline at end of file +}