diff --git a/Whoer.lua b/Whoer.lua index d7e468c..c76a88b 100644 --- a/Whoer.lua +++ b/Whoer.lua @@ -177,9 +177,11 @@ function data.Whoer.Init() and not data.config.who.zoneNotifyFor[player.zone] then return string.format("Not notifying for zones %s and %s", tostring(zone), tostring(player.zone)) end - local text = string.format("%s of class %s and guild %s moved to %s", + local text = string.format("%s of class %s (%s - %s) and guild %s moved to %s", player.name, player.class, + player.race, + data.raceMap[player.race] or "Unknown", player.guild, zone)