Update character PDF XML: uncomment inventory "Foreach" loop and comment out unused table layout for cleanup and consistency

This commit is contained in:
Florian 2026-06-13 01:15:16 +02:00
parent e26176ad23
commit 77d7a766db

View File

@ -4628,7 +4628,7 @@
</Content>
</TableLayout>
<!--
<TableLayout>
<Columns>
<Column>
@ -4663,7 +4663,7 @@
<Text>"G"</Text>
</Label>
<!--<Foreach>
<Foreach>
<List>[data.character.print.maininventory]</List>
<Content>
<Label>
@ -4679,9 +4679,9 @@
<Text>""</Text>
</Label>
</Content>
</Foreach>-->
</Foreach>
</Content>
</TableLayout>
</TableLayout>-->
</Content>
</ColumnLayout>