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
1bbe3bb855982d1cb5e910f5ddb54448b69dec75
Authored by
zhangqijia
2022-01-20 14:50:49 +0800
1 parent
a5b00e35
fix: 额外宝藏bug修复
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/DailyPlugin.lua
Inline
Side-by-side
src/models/DailyPlugin.lua
Wrap text
Show/Hide comments
View file @
1bbe3bb
...
...
@@ -372,7 +372,7 @@ function DailyPlugin.bind(Daily)
372
372
end
373
373
end
374
374
375
- if n
ext(tmpTreasure) then
375
+ if n
ot n
ext(tmpTreasure) then
376
376
self:updateProperty({field = "treasureListExtra", value = treasureListExtra})
377
377
return nil
378
378
end
...
...