Treat quest aliases as objects in the same cell (they are persistent dynamically)
This commit is contained in:
parent
f855efcc69
commit
cf70ddb325
@ -216,6 +216,9 @@ begin
|
|||||||
linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference'));
|
linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference'));
|
||||||
if FormID(linkedRef) = $14 then continue;
|
if FormID(linkedRef) = $14 then continue;
|
||||||
if InSameCell(e, linkedRef) then continue;
|
if InSameCell(e, linkedRef) then continue;
|
||||||
|
else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then
|
||||||
|
// Quest aliases become persistent dynamically
|
||||||
|
continue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user