WoWInterface SVN NoGuild

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 20 to Rev 19
    Reverse comparison

Rev 20 → Rev 19

NoGuild.lua
207,7 → 207,7
end
 
if NoGuildStatus == nil then
SetAutoDeclineGuildInvites(true)
SetAutoDeclineGuildInvites(1)
NoGuildStatus = true
end
 
236,7 → 236,7
return
end
 
local enable = GetAutoDeclineGuildInvites() and not IsInGuild()
local enable = not not (IsInGuild() or GetAutoDeclineGuildInvites() == 1)
if enable == NoGuildStatus and event ~= "PLAYER_LOGIN" then
return
end