Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
luanluciano93 committed Aug 12, 2024
2 parents c670b3f + 6eb4238 commit e4da571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/creatures/players/wheel/player_wheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,9 @@ void PlayerWheel::addGems(NetworkMessage &msg) const {
msg.addByte(static_cast<uint8_t>(gem.supremeModifier));
}
}

msg.addByte(0); // Lesser gems
msg.addByte(0); // Greater gems
}

void PlayerWheel::sendOpenWheelWindow(NetworkMessage &msg, uint32_t ownerId) const {
Expand Down

0 comments on commit e4da571

Please sign in to comment.