-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm attempting to create a new provider for our realm Shadowstrike (AU).
With the default report matching configuration, e.g.
With the following character data, an alert is not triggered:
...
[48] = {
name = "Sorrynotsry",
class = "ROGUE",
faction = "Horde",
level = 3,
category = "raid",
description = "test",
url = "https://zombo.com",
},
However, if I give the character a GUID, e.g.
[48] = {
name = "Sorrynotsry",
class = "ROGUE",
guid = "Player-5818-00A66816",
faction = "Horde",
level = 3,
category = "raid",
description = "test",
url = "https://zombo.com",
},
then an alert is triggered as expected.
Unfortunately there is no API support for seasonal classic realms as far as I'm aware, so finding GUIDs for players in the blacklist is a bit painful.
Metadata
Metadata
Assignees
Labels
No labels