WoWInterface SVN TipTop

Compare Revisions

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

Rev 96 → Rev 95

trunk/TipTop/TipTop.toc
2,7 → 2,7
## Title: TipTop
## Author: Seerah
## Notes: Tooltip enhancement
## Version: 2.14.2
## Version: 2.14.1
## SavedVariables: TipTopDB
## SavedVariablesPerCharacter: TipTopPCDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
trunk/TipTop/tiptop.lua
224,15 → 224,13
 
local function Appendices() --appends info to the name/guild of the unit - ALSO sets elite graphic
classif = UnitClassification("mouseover")
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()
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)
end
elitetexture:Hide()
 
if classif == "rare" or classif == "rareelite" then
tt:AppendText(" (Rare)")