WoWInterface SVN RepWatch

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 54 to Rev 55
    Reverse comparison

Rev 54 → Rev 55

trunk/RepWatch/RepWatch.toc
2,7 → 2,7
## Title: |cffFF9900R|cffFFCC00e|cffFFCC33p|cffFFFF00W|cffFFFF33a|cffFFFF66t|cffFFFF99c|cffFFFFCCh|r |cffEEEE00<3.0> Beta|r
## Notes: Changes the Reputation Bar Automatically Depending on what Zone/Instance is Entered.
## Author: Seglberg
## Version: 3.0.79
## Version: 3.0.80
## SavedVariables: RepWatchDB
## OptionalDeps: Ace3
## X-Embeds: Ace3
trunk/RepWatch/Core.lua
10,7 → 10,7
-------------------------------------|
--This Build's Version Information: |
-------------------------------------|
RepWatch.Revision = "79"
RepWatch.Revision = "80"
RepWatch.Version = "3.0 Beta (Revision " .. RepWatch.Revision .. ")"
-------------------------------------|
--Notes Displayed in Addon: |
570,7 → 570,7
 
 
self.usedDefault = 1
RepWatch:Print("Value of Default Faction: " .. RepWatch.db.char.defaultFaction)
--RepWatch:Print("Value of Default Faction: " .. RepWatch.db.char.defaultFaction) --Debug Line
if (GetWatchedFactionInfo() == GetFactionInfo(RepWatch.db.char.defaultFaction - 2)) then
--RepWatch:Print("Setting noDisplay to 1 (inside defaultWatch)") --Debug Line
RepWatch.noDisplay = 1