This commit is contained in:
Roman Hergenreder 2017-11-22 22:51:17 +01:00
parent a865f680c5
commit 97221c70f0

@ -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