WoWInterface SVN QualityID

Compare Revisions

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

Rev 9 → Rev 10

trunk/QualityID/QualityID.lua
4,12 → 4,13
-- Notes: Displays an items ID and Level in the color of the item's quality.
-- License: GNUv2GPL
-- Author: Anaral
-- Version: 1.00.9
-- Version: 1.00.09
--#######################
 
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, ...)