Skip to content

Commit

Permalink
Tools: tu-deck-grabber: added CQ game type support
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuchka committed May 25, 2017
1 parent 20dd72a commit 001ad3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tu-deck-grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ def doGrabLastDeck(http):
break
if 'war_points' in rewards:
game_type = 'GW'
# TODO: CQ
if 'conquest_influence' in rewards:
game_type = 'CQ'

# deck header
enemy_guild_name = enemy_udb_entry and enemy_udb_entry.guild_name or '__UNKNOWN__'
Expand Down

0 comments on commit 001ad3f

Please sign in to comment.