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
679a1fc547dc1d6ddc1cca495131a73591c592c4
Authored by
zhouhaihai
2019-11-08 13:41:50 +0800
1 parent
68d3fbaf
增加冒险经验 保存
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/actions/GmAction.lua
Inline
Side-by-side
src/actions/GmAction.lua
Wrap text
Show/Hide comments
View file @
679a1fc
...
...
@@ -262,6 +262,8 @@ function _M.advcl(role, pms)
262
262
return "先随便开启一关"
263
263
end
264
264
advData.battle.player:addExp(exp)
265
+ advData:saveDB()
266
+
265
267
return "成功"
266
268
end
267
269
...
...