WoWInterface SVN StellarUF

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 131 to Rev 132
    Reverse comparison

Rev 131 → Rev 132

trunk/StufRaid_Options/StufRaid_Options.toc
1,4 → 1,4
## Interface: 70100
## Interface: 70200
## Title: Stuf Raid Options
## Author: TotalPackage
## Notes: Configuration Menu for StufRaid.
trunk/Stuf_Options/Stuf_Options.toc
1,4 → 1,4
## Interface: 70100
## Interface: 70200
## Title: Stuf_Options
## Author: TotalPackage
## Notes: Configuration Menu for Stuf.
trunk/Stuf_Range/Stuf_Range.toc
1,4 → 1,4
## Interface: 70100
## Interface: 70200
## Title: Stuf_Range
## Author: TotalPackage
## Notes: Displays estimate distance using LibRangeCheck-2.0.
trunk/Stuf/core.lua
219,7 → 219,7
if CLS == "PALADIN" then
Stuf.supportspell = 19750 -- Flash of Light
elseif CLS == "PRIEST" then
Stuf.supportspell = 527 -- Purify
Stuf.supportspell = 17 -- Power Word Shield
elseif CLS == "DRUID" then
Stuf.supportspell = 774 -- Rejuv
elseif CLS == "SHAMAN" then
trunk/Stuf/Stuf.toc
1,8 → 1,8
## Interface: 70100
## Interface: 70200
## Title: Stuf Unit Frames
## Author: TotalPackage
## Notes: Main unitframes replacement. Assembly optional.
## Version: 7.1.001
## Version: 7.2.001
 
## SavedVariables: StufDB
## SavedVariablesPerCharacter: StufCharDB
trunk/StufRaid/StufRaid.toc
1,8 → 1,8
## Interface: 70100
## Interface: 70200
## Title: Stuf Raid Frames
## Author: TotalPackage
## Notes: Raid unit frames. Assembly optional. (Does not require Stuf)
## Version: 7.1.001
## Version: 7.2.001
 
## SavedVariables: StufRaidDB
## SavedVariablesPerCharacter: StufRaidCharLayoutDB, StufRaidCharDB
trunk/StufRaid/core.lua
153,7 → 153,7
if CLS == "PALADIN" then
a.s40 = 19750
elseif CLS == "PRIEST" then
a.s40 = 527
a.s40 = 17
elseif CLS == "DRUID" then
a.s40 = 774
elseif CLS == "SHAMAN" then