WoWInterface SVN Exonumist

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 31 to Rev 32
    Reverse comparison

Rev 31 → Rev 32

trunk/Exonumist.lua
17,6 → 17,7
local collapsed, scanning = {}
local function UpdateData()
if scanning then return end
--print("UpdateData")
scanning = true
local i, limit = 1, GetCurrencyListSize()
while i <= limit do
110,7 → 111,7
charDB.class = select(2, UnitClass("player"))
charDB.lastSeen = now
 
local cutoff = now - (60 * 60 * 24 * 30)
local cutoff = now - (60 * 60 * 24 * 30) -- 30 days
for name, data in pairs(realmDB) do
if data.lastSeen and data.lastSeen < cutoff then
realmDB[name] = nil