Skip to content

Commit

Permalink
corrected field order of new event collections
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Feb 10, 2020
1 parent 341dcd2 commit fdf96cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2464,14 +2464,14 @@
</class-type>

<class-type type-name='history_event_collection_persecutionst' inherits-from='history_event_collection' since='v0.47.01'>
<int32_t name='target_entity_id' ref-target='historical_entity'/>
<int32_t name='site_id' ref-target='world_site'/>
<int32_t name='target_entity_id' ref-target='historical_entity'/>
<int32_t name='ordinal'/>
</class-type>

<class-type type-name='history_event_collection_entity_overthrownst' inherits-from='history_event_collection' since='v0.47.01'>
<int32_t name='target_entity_id' ref-target='historical_entity'/>
<int32_t name='site_id' ref-target='world_site'/>
<int32_t name='target_entity_id' ref-target='historical_entity'/>
<int32_t name='ordinal'/>
</class-type>

Expand Down

0 comments on commit fdf96cb

Please sign in to comment.