Commit d4720dfd10481fa8643ca22fa85d845500cfed91

Authored by zhouhaihai
1 parent 9687f887

bug

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
src/adv/AdvBattle.lua
... ... @@ -181,7 +181,7 @@ function Battle:getBuild(roomId, blockId, mapIdx)
181 181 return build
182 182 end
183 183 end
184   -ends
  184 +end
185 185  
186 186 function Battle:getEnemyById(id)
187 187 for idx, mapEnemys in pairs(self.enemys) do
... ...
1   -Subproject commit 140e26cedfd14213ed616ac36c7b44ca60e2c7ad
  1 +Subproject commit 4f8cd94220fea86bbad962ae0023dd7484dccda2
... ...