We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c29a6 commit 14fce0aCopy full SHA for 14fce0a
AdventureGuideLockouts.lua
@@ -244,6 +244,9 @@ function AddOn:GetWorldBossLockout(instanceIndex)
244
isAvailable = true
245
elseif instanceIndex == 4 and not foundActiveInvasionBoss then
246
isAvailable = IsInvasionBossActive(string.lower(bossName))
247
+ if isAvailable then
248
+ foundActiveInvasionBoss = true
249
+ end
250
else
251
isAvailable = C_TaskQuest.IsActive(self.worldBosses[instanceIndex].encounters[encounterIndex].questID)
252
if instanceIndex == 5 then
0 commit comments