From 97221c70f0b739955efdc165b2b3b183c23a8201 Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Wed, 22 Nov 2017 22:51:17 +0100 Subject: [PATCH] Bugfix --- AutoQueueBG.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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