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