Skip to content

Commit d753c34

Browse files
authored
Merge pull request #801 from Flamanis/Fix-pet-owner
Fix get pet owner on classics
2 parents 8007c89 + 5d10110 commit d753c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/container_actors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ end
253253

254254
local isInRaid = currentCombat.raid_roster[ownerName]
255255
if (isInRaid) then
256-
return UnitGUID(ownerName), ownerName, 0x514
256+
return ownerName, UnitGUID(ownerName), 0x514
257257
end
258258
elseif (ownerGUID and ownerGUID:sub(1,6) == 'Player') then
259259
local playerGUID = ownerGUID

0 commit comments

Comments
 (0)