Bugfix
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user