Skip to content

Commit

Permalink
change size in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Dec 2, 2024
1 parent 2b348a5 commit f24447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4652,7 +4652,7 @@ void ProtocolGame::sendIcons(const std::unordered_set<PlayerIcon> &iconSet, cons
// Send as uint16_t in old protocol
msg.add<uint16_t>(static_cast<uint16_t>(icons));
} else {
// Send as uint32_t in new protocol
// Send as uint64_t in new protocol
msg.add<uint64_t>(icons);
msg.addByte(enumToValue(iconBakragore)); // Icons Bakragore
}
Expand Down

0 comments on commit f24447f

Please sign in to comment.