GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cf1d48e8f3c1f74840ccc575bbb916aedc48ca27
Authored by
测试
2020-12-14 19:56:36 +0800
1 parent
cd949029
多队挂机70005报错 Bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/RadioAction.lua
Inline
Side-by-side
src/actions/RadioAction.lua
Wrap text
Show/Hide comments
View file @
cf1d48e
...
...
@@ -69,7 +69,7 @@ function _M.startQuestRpc(agent, data)
69
69
needHeroCnt = it[2]
70
70
end
71
71
end
72
- for _, heroId in
i
pairs(heros) do
72
+ for _, heroId in
pairs(heros) do
73
73
local hero = role.heros[heroId]
74
74
if hero then
75
75
needHeroCnt = needHeroCnt - 1
...
...