Skip to content

Commit

Permalink
use new field name
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 21, 2024
1 parent 0b304f7 commit 140b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exportlegends.lua
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ local function export_more_legends_xml()
file:write("\t\t<event>"..event.event.."</event>\n")
file:write("\t\t<occasion_type>"..event.occasion_type.."</occasion_type>\n")
file:write("\t\t<site>"..event.site.."</site>\n")
file:write("\t\t<unk_1>"..event.unk_1.."</unk_1>\n")
file:write("\t\t<reason>"..event.reason.."</reason>\n")
file:write("\t</historical_event_relationship_supplement>\n")
end
end})
Expand Down

0 comments on commit 140b298

Please sign in to comment.