diff --git a/src/models/Daily.lua b/src/models/Daily.lua index 39b2f46..0808860 100644 --- a/src/models/Daily.lua +++ b/src/models/Daily.lua @@ -68,6 +68,8 @@ function Daily:refreshDailyData(notify) end elseif field == "id" then -- skip + elseif field == "treasureBase" then + dataMap[field] = globalCsv.idle_treasure_base elseif field == "treasureList" then dataMap[field] = self:getTreasrueList() elseif field == "pvpBought" then @@ -405,6 +407,7 @@ function Daily:data() goldBuyT = self:getProperty("goldBuyT"), unlockPool = self:getProperty("unlockPool"), curPool = self:getProperty("curPool"), + treasureBase = self:getProperty("treasureBase"), treasureList = self:getProperty("treasureList"), } end -- libgit2 0.21.2