Skip to content

Commit

Permalink
revert appliedCrowdControl change
Browse files Browse the repository at this point in the history
  • Loading branch information
Drevarr committed Nov 27, 2024
1 parent b78d9dd commit 759cb24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parser_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ def get_player_stats_targets(statsTargets: dict, name: str, profession: str, fig
for target in statsTargets:
if target[0]:
fight_stat_value += target[0][stat]
if stat == "appliedCrowdControl":
fight_stat_value /= 1000

fight_stat_value = round(fight_stat_value / fight_time, 3)

Expand Down

0 comments on commit 759cb24

Please sign in to comment.