WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Spooner
    from Rev 645 to Rev 646
    Reverse comparison

Rev 645 → Rev 646

Spooner.lua
176,8 → 176,16
if SpoonerDB.onscreen then
Spooner.text:SetText(table.concat(Spooner.table,", "))
end
if ((forTank == 1 and roleTank == 1) or (forHealer == 1 and roleHealer == 1) or (forDamage == 1 and roleDamage == 1)) and SpoonerDB.popup then
if not LFDParentFrame:IsVisible() then
local found = false
if SpoonerDB.popup then
if (forTank and roleTank) then
found = true
elseif (forHealer and roleHealer) then
found = true
elseif (forDamage and roleDamage) then
found = true
end
if found and not LFDParentFrame:IsVisible() then
ToggleLFDParentFrame()
end
end
Spooner.toc
2,7 → 2,7
## Title: Spooner
## Notes: Text alarm + LDB block that informs you if there's a Satchel reward for your role.
## Author: mikma
## Version: 1.4
## Version: 1.5
## SavedVariables: SpoonerDB
 
LibStub.lua