Skip to content

Commit 5d10110

Browse files
committed
Fix get pet owner on classics
1 parent 9682956 commit 5d10110

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)