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
c8981ed262011559148e4e70a40fcc066fbe0faa
Authored by
liuzujun
2021-09-27 16:33:58 +0800
1 parent
171abf99
chatTimes数据下发
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/models/Daily.lua
Inline
Side-by-side
src/models/Daily.lua
Wrap text
Show/Hide comments
View file @
c8981ed
...
...
@@ -417,6 +417,7 @@ function Daily:data()
417
417
curPool = self:getProperty("curPool"),
418
418
treasureBase = self:getProperty("treasureBase"),
419
419
treasureList = self:getProperty("treasureList"),
420
+ chatTimes = self:getProperty("chatTimes"),
420
421
}
421
422
end
422
423
...
...