Skip to content

Commit

Permalink
Fix get pet owner on classics
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamanis committed Aug 4, 2024
1 parent 9682956 commit 5d10110
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 5d10110

Please sign in to comment.