WoWInterface SVN BabySeal

Compare Revisions

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

Rev 10 → Rev 11

BabySeal/BabySeal.lua
57,7 → 57,7
end
 
function BabySeal:Complain(s)
if UnitInVehicle("player") then return end -- don't whine when I can't do anything about it!
if UnitInVehicle("player") or GetBonusBarOffset() == 5 then return end -- don't whine when I can't do anything about it!
if db.raidwarning then
RaidNotice_AddMessage(RaidWarningFrame, s, ChatTypeInfo["RAID_WARNING"])
else