WoWInterface SVN TipTop

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/TipTop
    from Rev 33 to Rev 34
    Reverse comparison

Rev 33 → Rev 34

TipTop.toc
2,9 → 2,9
## Name: TipTop
## Author: Seerah
## Notes: Tooltip enhancement
## Version: 1.8.2
## Version: 1.8.3
## SavedVariables: TipTopDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, !ClassColors
 
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
tiptop.lua
12,7 → 12,7
local ttSBarBG = CreateFrame("Frame", nil, ttSBar)
local ttHealth = ttSBar:CreateFontString("ttHealth", "OVERLAY")
local height = GameTooltipStatusBar:GetHeight()
local color = RAID_CLASS_COLORS
local color = CUSTOM_CLASS_COLORS or RAID_CLASS_COLORS
local player = UnitName("player")
local server = GetRealmName()
local target, tclass, tserver, targetLine, _, tree, pnts, spec, points, lasthp, lastmax, textformat