Skip to content

Commit

Permalink
add sourceGUID to chat msg trigger state
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyrivers authored and mrbuds committed Dec 27, 2024
1 parent c6531aa commit 4daf947
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions WeakAuras/Prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8018,6 +8018,32 @@ Private.event_prototypes = {
store = true,
conditionType = "string",
},
{
-- flags
},
{
-- zone Channel id
},
{
-- channel index
},
{
-- channel base name
},
{
-- language id
},
{
-- line id
},
{
name = "sourceGUID",
display = L["Source GUID"],
init = "arg",
store = true,
hidden = true,
test = "true",
},
{
name = "cloneId",
display = L["Clone per Event"],
Expand Down

0 comments on commit 4daf947

Please sign in to comment.