(fix/BT2) better Boss detection pattern
This commit is contained in:
parent
78feb37c38
commit
0a04322b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ local function IsCasterPlayer(unit)
|
|||
end
|
||||
|
||||
local function IsBossDebuff(unit)
|
||||
return unit and unit:match("^boss%d+$") or false
|
||||
return unit and unit:match("^boss%d*$") or false
|
||||
end
|
||||
|
||||
local function GetOrCreateSubTable(base, next, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue