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
a88a35fde1de4cd98f9942dde25aac1c878216c5
Authored by
suhongyang
2019-07-09 16:47:30 +0800
1 parent
e459a5fc
Fix bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
a88a35f
...
...
@@ -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
--战斗内角色回合逻辑
...
...