Roman Hergenreder 6 years ago
parent
commit
97221c70f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AutoQueueBG.lua

+ 1 - 1
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