Options fix and Cyclical pet ownership fix

This commit is contained in:
Flamanis
2023-07-26 10:39:43 -05:00
parent 90ab6ac83c
commit b6200c6086
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ end
if (container_pets[actorSerial]) then --this is a registered pet
local petName, ownerName, ownerGUID, ownerFlag = Details.tabela_pets:PegaDono(actorSerial, actorName, actorFlags)
if (petName and ownerName) then
if (petName and ownerName and ownerGUID ~= actorSerial) then
actorName = petName
petOwnerObject = self:PegarCombatente(ownerGUID, ownerName, ownerFlag, true)
end