Fixing full arts, masterworks, and tengwar getting obliterated by the errata replacement code.

This commit is contained in:
Christian 'ketura' McCarty
2023-05-13 13:41:18 -05:00
parent 0f083a8f6d
commit f604caa31a

View File

@@ -487,6 +487,9 @@ public class DefaultLotroFormat implements LotroFormat {
errata += "*";
}
if(errata.equals(base))
return original;
return errata;
}