WoWInterface SVN zz_itemsdb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 49 to Rev 50
    Reverse comparison

Rev 49 → Rev 50

zz_itemsdb/zz_itemsdb.lua
255,13 → 255,7
end
end
end
local function GameTooltip_SetRecipeReagentItem(tooltip, recipe, reagentID)
if(db['showID']) then
tooltip:AddLine(format("Id: %i",id))
end
end
GameTooltip:HookScript("OnTooltipSetItem", GameTooltip_OnTooltipSetItem)
--GameTooltip:HookScript("SetRecipeReagentItem", GameTooltip_SetRecipeReagentItem)
addon['funcSync'] = function(func,delayed)
local st = GetTime()
if(delayed and sync[func]['times'][delayed]) then