diff --git a/AutoQueueBG.lua b/AutoQueueBG.lua index 30321d5..b0d6b4a 100644 --- a/AutoQueueBG.lua +++ b/AutoQueueBG.lua @@ -194,7 +194,7 @@ function AutoQueueBG:BuffPlayers() local unit = "raid" .. i if AutoQueueBG:CheckRaidMember(unit) then local spellName = GetSpellInfo(GSDK_ID) - if AutoQueueBG:BuffDuration(unit, spellName) < 15000 then + if AutoQueueBG:BuffDuration(unit, spellName) < 1500 then AutoQueueBG:BuffPlayer(unit, GSDK_ID) return; end