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
d4720dfd10481fa8643ca22fa85d845500cfed91
Authored by
zhouhaihai
2020-02-18 20:48:52 +0800
1 parent
9687f887
bug
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/adv/AdvBattle.lua
src/csvdata
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
d4720df
...
...
@@ -181,7 +181,7 @@ function Battle:getBuild(roomId, blockId, mapIdx)
181
181
return build
182
182
end
183
183
end
184
-end
s
184
+end
185
185
186
186
function Battle:getEnemyById(id)
187
187
for idx, mapEnemys in pairs(self.enemys) do
...
...
csvdata
@
4f8cd94220f
1
-Subproject commit 140e26cedfd14213ed616ac36c7b44ca60e2c7ad
1
+Subproject commit 4f8cd94220fea86bbad962ae0023dd7484dccda2
...
...