WoWInterface SVN CompactBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 12 to Rev 11
    Reverse comparison

Rev 12 → Rev 11

trunk/CompactBars/CompactBars.toc
1,10 → 1,6
## Interface: 30000
## Interface: 30000
## Title: CompactBars
## Title-zhTW: CompactBars直覺效果條
## Title-zhCN: CompactBars直觉效果条
## Notes: Creates compact bars for neraly everything.
## Notes-zhTW: 直覺式多目標效果條,可監控多目標負面效果,多目標持續傷害,自身正面效果,自身技能冷卻,自身裝備冷卻,支援新增法術,自定法術細節 |cFFFF8080繁體中文by:巴哈嘴砲戰|r
## Notes-zhCN: 直觉式多目标效果条,可监控多目标负面效果,多目标持续伤害,自身正面效果,自身技能冷却,自身装备冷却,支援新增法术,自定法术细节 |cFFFF8080简体中文by:巴哈嘴炮战|r
## Author: Eggi
## Version: 1.0
## SavedVariables: CompactBarsDB
20,5 → 16,3
config.lua
cooldowns.lua
bossmods.lua
 
 
trunk/CompactBars/localization/zhCN.lua File deleted \ No newline at end of file
trunk/CompactBars/localization/zhTW.lua File deleted \ No newline at end of file
trunk/CompactBars/libs/sbar.lua
201,6 → 201,12
clearFixedText(delfix)
return nil
end
 
if not _bar[k] or v > _bar[k] then
_bar[k] = v
sbar:UpdateFrameLevel()
return
end
end
 
_bar[k] = v