View Single Post
08/12/18, 12:42 AM   #1
Drummerx04
AddOn Author - Click to view addons
Join Date: Sep 2017
Posts: 54
[implemented] Addition To Group Member joined Event

The current EVENT data is as follows
Lua Code:
  1. EVENT_GROUP_MEMBER_JOINED (number eventCode, string characterName)

I think it would be helpful to add the displayName to the EVENT

Lua Code:
  1. EVENT_GROUP_MEMBER_JOINED (number eventCode, string characterName, string displayName)

It would be useful information for groups with members that swap toons between raids, and saves authors the trouble of looping through the party to figure out who just showed up.