bouns修复

This commit is contained in:
hahwu 2024-12-26 12:08:58 +08:00
parent 2260462017
commit aeccd787f0

View File

@ -169,6 +169,7 @@ func (l *LimitedTimeEventMod) ProgressBackData() *msg.ResLimitEventProgress {
return &msg.ResLimitEventProgress{
Progress: int32(l.Progress),
ProgressReward: r,
ProgressMax: int32(l.ProgressMax),
}
}