Shit polish

This commit is contained in:
2024-12-12 18:24:32 +01:00
parent 937d149af2
commit f773457e54
2 changed files with 9 additions and 1 deletions

View File

@@ -62,9 +62,11 @@ function data.Whoer.Init()
---@return string
NotifyMessage = function(self)
local text = string.format(
"%s of class %s and guild %s in %s, first seen: %s, last seen: %s, times seen: %d",
"%s of class %s, race %s (%s) and guild %s in %s, first seen: %s, last seen: %s, times seen: %d",
self.name,
self.class,
self.race,
tostring(data.raceMap[self.race]),
self.guild,
self.zone,
self.firstSeen,