This commit is contained in:
Bunny67
2020-06-02 23:56:09 +03:00
parent 8ab3d77019
commit 435f1fb369
+1 -1
View File
@@ -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, ...)