WoWInterface SVN zz_itemsdb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 46 to Rev 47
    Reverse comparison

Rev 46 → Rev 47

zz_itemsdb/currency.lua
60,7 → 60,6
local name, isHeader, isExpanded, isUnused, isWatched, count, icon, maximum, hasWeeklyLimit, currentWeeklyAmount =GetCurrencyListInfo(index)
local itemID = getCurrencyItem(index)
if((not isHeader) and itemID) then
addon['setResult'](itemID,nil)
modul['db'][playerID][tonumber(itemID)] = {
['count'] = count,
['max'] = maximum,