Commit c8981ed262011559148e4e70a40fcc066fbe0faa
1 parent
171abf99
chatTimes数据下发
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/models/Daily.lua
@@ -417,6 +417,7 @@ function Daily:data() | @@ -417,6 +417,7 @@ function Daily:data() | ||
417 | curPool = self:getProperty("curPool"), | 417 | curPool = self:getProperty("curPool"), |
418 | treasureBase = self:getProperty("treasureBase"), | 418 | treasureBase = self:getProperty("treasureBase"), |
419 | treasureList = self:getProperty("treasureList"), | 419 | treasureList = self:getProperty("treasureList"), |
420 | + chatTimes = self:getProperty("chatTimes"), | ||
420 | } | 421 | } |
421 | end | 422 | end |
422 | 423 |