Skip to content

Commit

Permalink
fix: better tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Mar 28, 2024
1 parent 5da5dca commit 04cc1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/player/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "heroEquipment"}
"warPreference", "warStars", "Nice and Tidy", "builderBaseTrophies"}
skip_store_types = {"War League Legend", "Wall Buster", "Aggressive Capitalism",
"Baby Dragon",
"Elixir Escapade",
Expand Down Expand Up @@ -237,7 +237,7 @@ def recursive_defaultdict():
continue
only_once[parent] += 1

if type_ in online_types:
if type_ in online_types or parent == "heroEquipment":
#if we are comparing, say donations, we only want them to be online because donos went up.. not down because of season reset
if isinstance(value, int):
if value > old_value:
Expand Down

0 comments on commit 04cc1e7

Please sign in to comment.