WoWInterface SVN zz_itemsdb

Compare Revisions

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

Rev 50 → Rev 49

zz_itemsdb/zz_itemsdb.lua
255,7 → 255,13
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