Fix get pet owner on classics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user