WoWInterface SVN QualityID

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

trunk/QualityID/QualityID.lua
1,10 → 1,10
--######################
-- Interface: 30000
-- Title: QIDTest
-- Title: QualityID
-- Notes: Displays an items basic info in the color of the item's quality, in the tooltip.
-- License: GNUv2GPL
-- Author: Anaral
-- Version: 3.05
-- Version: 3.05.wowi:revision
--#######################
 
QualityID = {}
30,7 → 30,7
if (not (QIDDB.enabled)) then QIDDB.enabled = self.enabled end
if (not (QIDDB.showStackCount)) then QIDDB.showStackCount = self.showStackCount end
if (not (QIDDB.showIcon)) then QIDDB.showIcon = self.showIcon end
if (not (QIDDB.showType)) then QIDDB.showType = self.showType end
if (not (QIDDB.showitemType)) then QIDDB.showitemType = self.showitemType end
end
 
function QualityID:VARIABLES_LOADED()
76,7 → 76,7
elseif(msg == "") then
chat("QIDTest options: /qid {toggle | on | off}");
chat("/qid stack {toggle}");
chat("/qid itype {toggle}");
chat("/qid itemtype {toggle}");
chat("/qid icon {toggle}");
end
end