diff --git a/ESMify_Plugins.pas b/ESMify_Plugins.pas index deeede7..2184b7b 100644 --- a/ESMify_Plugins.pas +++ b/ESMify_Plugins.pas @@ -216,6 +216,7 @@ begin linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference')); if FormID(linkedRef) = $14 then continue; if InSameCell(e, linkedRef) then continue; + end else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then begin // Quest aliases become persistent dynamically continue;