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
6354fd74bd64dfa2734153550c4971e355b2dfce
Authored by
liuzujun
2021-01-15 12:09:11 +0800
1 parent
38b8089d
活动卡池回馈数量丢失Bug
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/csvdata
src/models/Activity.lua
Inline
Side-by-side
csvdata
@
7320a5f8d78
1
-Subproject commit fb22d12670f863528582d09b9499198350902990
1
+Subproject commit 7320a5f8d782d63b7ad6fc6e310e3f7425c280a1
...
...
src/models/Activity.lua
Wrap text
Show/Hide comments
View file @
6354fd7
...
...
@@ -91,6 +91,7 @@ function Activity:data()
91
91
act18 = self:getProperty("act18"),
92
92
act19 = self:getProperty("act19"),
93
93
act20 = self:getProperty("act20"),
94
+ act24 = self:getProperty("act24"),
94
95
act26 = self:getProperty("act26"),
95
96
}
96
97
end
...
...