temp fix #2
This commit is contained in:
parent
8ab3d77019
commit
435f1fb369
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ local matchDataByTrigger = {}
|
|||
local matchDataChanged = {}
|
||||
|
||||
local function UnitInSubgroupOrPlayer(unit)
|
||||
return UnitInSubgroup(unit) or UnitIsUnit("player", unit)
|
||||
return UnitIsUnit("player", unit)
|
||||
end
|
||||
|
||||
local function GetOrCreateSubTable(base, next, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue