Skip to content

Commit

Permalink
change size in sendIconBakragore
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Dec 2, 2024
1 parent f24447f commit 367e59b
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 @@ -4663,7 +4663,7 @@ void ProtocolGame::sendIcons(const std::unordered_set<PlayerIcon> &iconSet, cons
void ProtocolGame::sendIconBakragore(const IconBakragore icon) {
NetworkMessage msg;
msg.addByte(0xA2);
msg.add<uint32_t>(0); // Send empty normal icons
msg.add<uint64_t>(0); // Send empty normal icons
msg.addByte(enumToValue(icon));
writeToOutputBuffer(msg);
}
Expand Down

0 comments on commit 367e59b

Please sign in to comment.