Commit f424762f4b062b92c8e1959b38fb9dd29f18c085
1 parent
46c63bba
奇迹魔法 一键领取超上限bug
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/actions/ActivityAction.lua
... | ... | @@ -1187,7 +1187,7 @@ function _M.friendHelpRpc(agent, data) |
1187 | 1187 | cmd1 = 2 |
1188 | 1188 | end |
1189 | 1189 | |
1190 | - if members[friendId] and not getAE[friendId] and limit <= getLimit then | |
1190 | + if members[friendId] and not getAE[friendId] and limit < getLimit then | |
1191 | 1191 | cmd2 = 1 |
1192 | 1192 | limit = limit + 1 |
1193 | 1193 | getAE[friendId] = 1 | ... | ... |