Commit f030dacdb3cbe979c113f2b5b68487f15275eb73
Merge branch 'tr/bugfix' into tr/publish/preview
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/ActivityAction.lua
| ... | ... | @@ -539,7 +539,7 @@ function _M.startBattleRpc(agent, data) |
| 539 | 539 | bi["bossP"] = (bi["bossP"] or 0) + bi["maxP"] * count |
| 540 | 540 | end |
| 541 | 541 | |
| 542 | - bi["sum"] = bi["sum"] + bi["top"] | |
| 542 | + bi["sum"] = bi["sum"] + bi["top"] * count | |
| 543 | 543 | actData["ticket"] = ticket - num |
| 544 | 544 | actData[id] = bi |
| 545 | 545 | changeFlag = true | ... | ... |