Add faction to spotter
This commit is contained in:
@@ -78,10 +78,11 @@ function data.Spotter.Init()
|
||||
location = string.format("%s (%s)", zone, subzone)
|
||||
end
|
||||
|
||||
local text = string.format("I see (%s) %s of race (%s) with health %s/%s at %s",
|
||||
local text = string.format("I see (%s) %s of race %s (%s) with health %s/%s at %s",
|
||||
hostile and "Hostile" or "Friendly",
|
||||
name,
|
||||
race,
|
||||
faction,
|
||||
FormatHP(hp),
|
||||
FormatHP(maxHp),
|
||||
location)
|
||||
|
||||
Reference in New Issue
Block a user