Commit a88a35fde1de4cd98f9942dde25aac1c878216c5

Authored by suhongyang
1 parent e459a5fc

Fix bug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/adv/AdvBattle.lua
... ... @@ -153,6 +153,7 @@ function Battle:doBattleTurn()
153 153 else
154 154 self.adv:backTurnEnd()
155 155 end
  156 + self:getTempDB()
156 157 end
157 158  
158 159 --战斗内角色回合逻辑
... ...