Fix get pet owner on classics
This commit is contained in:
parent
68be90f6cd
commit
35080fdb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue