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
590d9c553b5a5e75e4e310883aff6e6f0e07a058
Authored by
zhangqijia
2021-09-23 19:16:23 +0800
1 parent
46b435af
fix: 解决新号触发跨周,会重置周任务
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/GlobalVar.lua
Inline
Side-by-side
src/GlobalVar.lua
Wrap text
Show/Hide comments
View file @
590d9c5
...
...
@@ -181,8 +181,8 @@ TimeReset = {
181
181
182
182
-- TimeReset 索引数组
183
183
TimeResetArray = {
184
- "CrossDay", --通用跨天
185
184
"CrossWeek", --通用跨周
185
+ "CrossDay", --通用跨天
186
186
"DinerRank", -- 餐厅排行榜
187
187
"PvpRank", -- pvp排行榜
188
188
"PvpHight", --高级竞技场
...
...