WoWInterface SVN TipTop

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 95 to Rev 96
    Reverse comparison

Rev 95 → Rev 96

trunk/TipTop/TipTop.toc
2,7 → 2,7
## Title: TipTop
## Author: Seerah
## Notes: Tooltip enhancement
## Version: 2.14.1
## Version: 2.14.2
## SavedVariables: TipTopDB
## SavedVariablesPerCharacter: TipTopPCDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
trunk/TipTop/tiptop.lua
224,13 → 224,15
 
local function Appendices() --appends info to the name/guild of the unit - ALSO sets elite graphic
classif = UnitClassification("mouseover")
if db.elite and not elitetexture then
elitetexture = TipTop:CreateTexture(nil, "OVERLAY")
elitetexture:SetHeight(70)
elitetexture:SetWidth(70)
elitetexture:SetPoint("CENTER", TipTop, "TOPLEFT", 8, -18)
if db.elite then
if not elitetexture then
elitetexture = TipTop:CreateTexture(nil, "OVERLAY")
elitetexture:SetHeight(70)
elitetexture:SetWidth(70)
elitetexture:SetPoint("CENTER", TipTop, "TOPLEFT", 8, -18)
end
elitetexture:Hide()
end
elitetexture:Hide()
 
if classif == "rare" or classif == "rareelite" then
tt:AppendText(" (Rare)")