WoWInterface SVN TipTop

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 109 to Rev 110
    Reverse comparison

Rev 109 → Rev 110

trunk/TipTop/tiptop.lua
264,13 → 264,15
if guild then
local text = nil
text = GameTooltipTextLeft2:GetText()
if realm then
text = strsplit("-", text)
if text then --I don't know how, but text returned nil for somebody at some time...
if realm then
text = strsplit("-", text)
end
if text == guild then
GameTooltipTextLeft2:SetFormattedText("%s (%s)", text, rank)
tt:Show()
end
end
if text == guild then
GameTooltipTextLeft2:SetFormattedText("%s (%s)", text, rank)
tt:Show()
end
end
end
end
trunk/TipTop/TipTop.toc
2,7 → 2,7
## Title: TipTop
## Author: Seerah
## Notes: Tooltip enhancement
## Version: 2.19.2
## Version: 2.19.3
## SavedVariables: TipTopDB
## SavedVariablesPerCharacter: TipTopPCDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets