WoWInterface SVN Exonumist

Compare Revisions

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

Rev 32 → Rev 31

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