diff --git a/ESMify_Plugins.pas b/ESMify_Plugins.pas index c02b101..ad7f773 100644 --- a/ESMify_Plugins.pas +++ b/ESMify_Plugins.pas @@ -216,6 +216,9 @@ begin linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference')); if FormID(linkedRef) = $14 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