Skip to content

Commit

Permalink
Merge pull request #801 from Flamanis/Fix-pet-owner
Browse files Browse the repository at this point in the history
Fix get pet owner on classics
  • Loading branch information
Tercioo authored Aug 4, 2024
2 parents 8007c89 + 5d10110 commit d753c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/container_actors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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 ownerGUID:sub(1,6) == 'Player') then
local playerGUID = ownerGUID
Expand Down

0 comments on commit d753c34

Please sign in to comment.