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
209c42ff58f500d969c94bd9ddb8609c04122c2d
Authored by
liuzujun
2021-08-13 21:04:54 +0800
1 parent
2f86b7e2
添加道具及时保存
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
src/csvdata
src/models/RolePlugin.lua
Inline
Side-by-side
csvdata
@
a7726154937
1
-Subproject commit f809127fd9d815caf909d8cbfe2ae1eef1bfbe60
1
+Subproject commit a77261549372a508e132953dacc6398ba793dcc1
...
...
src/models/RolePlugin.lua
Wrap text
Show/Hide comments
View file @
209c42f
...
...
@@ -212,6 +212,8 @@ function RolePlugin.bind(Role)
212
212
end
213
213
end
214
214
if not next(allChange) then allChange = nil end
215
+ -- 加道具及时刷新数据
216
+ self:update()
215
217
return reward, allChange --实际获得的奖励 和 最高级奖励转化过程
216
218
end
217
219
...
...