WoWInterface SVN QualityID

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 9
    Reverse comparison

Rev 10 → Rev 9

trunk/QualityID/QualityID.lua
4,13 → 4,12
-- Notes: Displays an items ID and Level in the color of the item's quality.
-- License: GNUv2GPL
-- Author: Anaral
-- Version: 1.00.09
-- Version: 1.00.9
--#######################
 
QualityID = {}
local QualityIDVersion = "1.00.09";
DEFAULT_CHAT_FRAME:AddMessage("QualityID: v "..QualityIDVersion.." enabled!",0,0,0)
 
DEFAULT_CHAT_FRAME:AddMessage("QualityID Loaded!", 0.0, 0.0, 0.0, nil, true);
local origs = {}
 
local function OnTooltipSetItem(frame, ...)