WoWInterface SVN zz_itemsdb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 43 to Rev 44
    Reverse comparison

Rev 43 → Rev 44

zz_itemsdb/zz_itemsdb.lua
278,7 → 278,9
local function specialoutput2(id,res)
for k,modul in pairs(moduls) do
if(type(modul.Search2)=='function') then
res = modul.Search2(id,res,true)
if(db[modul.name .. 'Tooltip']) then
res = modul.Search2(id,res,true)
end
end
end
return res