19 lines
702 B
XML
19 lines
702 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!-- Tickets for pet collars Exchange -->
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
|
<!-- Baby cougar chime for Pet Exchange Ticket: Cougar -->
|
|
<item id="1">
|
|
<ingredient id="7584" count="1"/>
|
|
<production id="6649" count="1"/>
|
|
</item>
|
|
<!-- Baby buffalo Panpipe for Pet Exchange Ticket: Buffalo -->
|
|
<item id="2">
|
|
<ingredient id="7583" count="1"/>
|
|
<production id="6648" count="1"/>
|
|
</item>
|
|
<!-- Baby Kookaburra Ocarina for Pet Exchange Ticket: Kookaburra -->
|
|
<item id="3">
|
|
<ingredient id="7585" count="1"/>
|
|
<production id="6650" count="1"/>
|
|
</item>
|
|
</list> |