Treat quest aliases as objects in the same cell (they are persistent dynamically)
This commit is contained in:
parent
cf70ddb325
commit
df2d8c2e4e
@ -216,7 +216,7 @@ 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
|
else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then begin
|
||||||
// Quest aliases become persistent dynamically
|
// Quest aliases become persistent dynamically
|
||||||
continue;
|
continue;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user