Skip to content

Commit ac57fab

Browse files
committed
Fix boss unit checking for IEEU
1 parent 6f34a7c commit ac57fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transcriptor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ local function eventHandler(_, event, ...)
15621562

15631563
local hasBosses = false
15641564
for i = 1, #bossUnits do
1565-
local unit = bossUnits[#bossUnits][i]
1565+
local unit = bossUnits[i]
15661566
local guid = UnitGUID(unit)
15671567
if guid then
15681568
hasBosses = true

0 commit comments

Comments
 (0)