Skip to content

Commit 14fce0a

Browse files
committed
Forgot to assign the active boss variable
1 parent 34c29a6 commit 14fce0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AdventureGuideLockouts.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ function AddOn:GetWorldBossLockout(instanceIndex)
244244
isAvailable = true
245245
elseif instanceIndex == 4 and not foundActiveInvasionBoss then
246246
isAvailable = IsInvasionBossActive(string.lower(bossName))
247+
if isAvailable then
248+
foundActiveInvasionBoss = true
249+
end
247250
else
248251
isAvailable = C_TaskQuest.IsActive(self.worldBosses[instanceIndex].encounters[encounterIndex].questID)
249252
if instanceIndex == 5 then

0 commit comments

Comments
 (0)