From 5da5dca3f37561aee274fbcbcc9559d54172ec7c Mon Sep 17 00:00:00 2001 From: Magic <82341152+MagicTheDev@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:06:05 -0500 Subject: [PATCH] fix: better tracking --- bot/player/track.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/player/track.py b/bot/player/track.py index 904cdb6..7b51571 100644 --- a/bot/player/track.py +++ b/bot/player/track.py @@ -132,7 +132,7 @@ async def main(): "War League Legend", "Wall Buster", "name", "Well Seasoned", "Games Champion", "Elixir Escapade", "Heroic Heist", - "warPreference", "warStars", "Nice and Tidy", "builderBaseTrophies"} + "warPreference", "warStars", "Nice and Tidy", "builderBaseTrophies", "heroEquipment"} skip_store_types = {"War League Legend", "Wall Buster", "Aggressive Capitalism", "Baby Dragon", "Elixir Escapade", @@ -145,7 +145,7 @@ async def main(): "clanCapitalContributions", "Games Champion"} ws_types = {"clanCapitalContributions", "name", "troops", "heroes", "spells", "heroEquipment", "townHallLevel", - "league", "Most Valuable Clanmate"} + "league", "Most Valuable Clanmate", "role"} only_once = {"troops": 0, "heroes": 0, "spells": 0, "heroEquipment": 0} if changes: def recursive_defaultdict():