Commit f424762f4b062b92c8e1959b38fb9dd29f18c085

Authored by liuzujun
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,7 +1187,7 @@ function _M.friendHelpRpc(agent, data)
1187 cmd1 = 2 1187 cmd1 = 2
1188 end 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 cmd2 = 1 1191 cmd2 = 1
1192 limit = limit + 1 1192 limit = limit + 1
1193 getAE[friendId] = 1 1193 getAE[friendId] = 1
1 -Subproject commit 45264603ff07db4cd2eaf8822c17f453bf5f00de 1 +Subproject commit bd0ab7120f5574d3a720dd1bbeb513fb67b6d21b