WoWInterface SVN zz_itemsdb

Compare Revisions

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

Rev 44 → Rev 43

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