Skip to content

Commit

Permalink
fix inflated festa rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiwish authored Sep 26, 2024
1 parent 7d760bd commit 8a55c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/channelserver/handlers_festa.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func handleMsgMhfInfoFesta(s *Session, p mhfpacket.MHFPacket) {
} else {
bf.WriteUint32(s.server.erupeConfig.GameplayOptions.MaximumFP)
}
bf.WriteUint16(500)
bf.WriteUint16(100) // Reward multiplier (%)

var temp uint32
bf.WriteUint16(4)
Expand Down

0 comments on commit 8a55c5f

Please sign in to comment.