WoWInterface SVN StellarUF

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Stuf
    from Rev 127 to Rev 128
    Reverse comparison

Rev 127 → Rev 128

bars.lua
934,7 → 934,8
end)
 
end
if CLS == "DRUID" or CLS == "PRIEST" or "SHAMAN" then -- Druid Bar ------------------------------------------------------------------------------
 
if CLS == "DRUID" or CLS == "PRIEST" or CLS == "SHAMAN" then -- Druid Bar ------------------------------------------------------------------------------
Stuf:AddBuilder("druidbar", function(unit, uf, name, db)
if unit ~= "player" then return end
local f = uf[name]
977,6 → 978,7
f.bar:SetVertexColor(c.r, c.g, c.b, db.baralpha or c.a or 1)
end)
end
 
if CLS == "DEATHKNIGHT" then -- Rune Bar -------------------------------------------------------------------------------------------------------
 
Stuf:AddBuilder("runebar", function(unit, uf, name, db, a5, config)
1075,7 → 1077,6
if _G.ShardBarFrame then _G.ShardBarFrame:EnableMouse(not db.nomouse) end
if _G.DemonicFuryBarFrame then _G.DemonicFuryBarFrame:EnableMouse(not db.nomouse) end
if _G.BurningEmbersBarFrame then _G.BurningEmbersBarFrame:EnableMouse(not db.nomouse) end
WarlockPowerFrame_OnLoad(f)
end)
 
end
1105,5 → 1106,5
end
end
end)
end
 
end
Stuf.toc
2,7 → 2,7
## Title: Stuf Unit Frames
## Author: TotalPackage
## Notes: Main unitframes replacement. Assembly optional.
## Version: 7.0.001
## Version: 7.0.001a
 
## SavedVariables: StufDB
## SavedVariablesPerCharacter: StufCharDB