Fix incorrect subevent registration
This commit is contained in:
parent
66a51d021f
commit
3d539e2574
1 changed files with 1 additions and 1 deletions
|
|
@ -1333,7 +1333,7 @@ function GenericTrigger.Add(data, region)
|
|||
automaticAutoHide = true;
|
||||
end
|
||||
|
||||
if trigger.event == "Combat Log" and trigger.subeventPrefix and trigger.subeventSuffix then
|
||||
if triggerType == "event" and trigger.event == "Combat Log" and trigger.subeventPrefix and trigger.subeventSuffix then
|
||||
tinsert(trigger_subevents, trigger.subeventPrefix .. trigger.subeventSuffix)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue