isnorden
Amnesiac Modder
In a building-mod project of mine, the Database.log file reported this error--
This is the only <update> ln the entire mod, which I thought already included a <set> --
I have no idea where the missing <set> goes; could someone please fill me in? Many thanks!
Code:
[82755.531] Database::XMLSerializer (XML/SmokehousesForAll.xml): <Update> element requires a child <Set> element.
This is the only <update> ln the entire mod, which I thought already included a <set> --
Code:
<!-- Update the Granary to have no effect on Deer sources -->
<BuildingResourceChanges>
<Update>
<Where Type="BUILDING_GRANARY">
<Where ResourceType="RESOURCE_DEER">
<Set Yield="0" />
</Where>
</Where>
</Update>
</BuildingResourceChanges>
I have no idea where the missing <set> goes; could someone please fill me in? Many thanks!