Update BuffTrigger2.lua

This commit is contained in:
Bunny67
2022-05-22 02:08:56 +03:00
parent d589721369
commit 536db3089d
+1 -1
View File
@@ -1100,7 +1100,7 @@ end
local function markForTriggerInfo(triggerInfo, unit)
if triggerInfo.fetchRaidMark then
local rt = GetRaidTargetIndex(unit)
local rt = unit and GetRaidTargetIndex(unit)
if rt then
return "{rt" .. GetRaidTargetIndex(unit) .. "}"
end