Skip to content

Commit 897b8e0

Browse files
committed
Display equipment properly if no LVLI found
1 parent 6d10184 commit 897b8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addEnchantedVariantsToLeveledLists.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ function Process(e: IInterface): integer;
812812
end;
813813

814814
if not found then
815-
AddMessage('No matching leveled list found for:' + EditorID(weaponRecord));
815+
AddMessage('No matching leveled list found for:' + EditorID(e) + ' / ' + DisplayName(e));
816816

817817
Result := 0;
818818
end;

0 commit comments

Comments
 (0)