Skip to content

Commit

Permalink
Show Brann as a member of the group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 13, 2024
1 parent cb90565 commit e03bbc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions classes/container_actors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,13 @@ unitNameTitles[#unitNameTitles+1] = unitNameTitles[1]:gsub(PET_TYPE_PET, PET_TYP
else
--anything else that isn't a player or a pet
actorObject.displayName = actorName

local npcID = Details:GetNpcIdFromGuid(actorSerial)
if (npcID) then
if (npcID == 210759 or npcID == 216287) then
actorObject.grupo = true
end
end
end

--check if is hostile
Expand Down

0 comments on commit e03bbc0

Please sign in to comment.