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
a230673aa8e71b4a92e073a3227c701b9088eac6
Authored by
zhouhaihai
2020-04-02 19:55:16 +0800
1 parent
300ee7a1
回复体力
Showing
1 changed file
with
1 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 @
a230673
...
...
@@ -303,6 +303,7 @@ end
303
303
table.insert(helpDes, {"冒险次数恢复", "advf"})
304
304
function _M.advf(role, pms)
305
305
role.dailyData:updateProperty({field = "advC", value = 0})
306
+ role.dailyData:updateProperty({field = "advElC", value = 0})
306
307
return "成功"
307
308
end
308
309
...
...