Fix get pet owner on classics

This commit is contained in:
Flamanis 2024-08-04 13:02:13 -05:00 committed by andrew6180
parent 68be90f6cd
commit 35080fdb5b

View file

@ -230,7 +230,7 @@ end
local isInRaid = currentCombat.raid_roster[ownerName]
if (isInRaid) then
return UnitGUID(ownerName), ownerName, 0x514
return ownerName, UnitGUID(ownerName), 0x514
end
elseif (ownerGUID and GUIDIsPlayer(ownerGUID)) then
local playerGUID = ownerGUID