Skip to content

Commit

Permalink
go back to true/false for war leader
Browse files Browse the repository at this point in the history
  • Loading branch information
ajul committed Mar 20, 2015
1 parent aafb7e3 commit f636a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/battle_extractor/battle_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def extract(inFilename, outFilenameBase = None):
'number_of_battles' : numBattles,
'country' : country,
'side' : side,
'is_war_leader' : int(isWarLeader),
'is_war_leader' : isWarLeader,
'friendly_losses' : warLosses[0] if side == 'attacker' else warLosses[1],
'enemy_losses' : warLosses[0] if side == 'defender' else warLosses[1],
})
Expand Down

0 comments on commit f636a09

Please sign in to comment.