Skip to content

Commit 75f4502

Browse files
author
Sola-Ray
committed
[UPDATE] UserDataManager
1 parent 6bad75c commit 75f4502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/UserDataManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class UserDataManager {
424424
const totalDamage = Number(sum.total_damage?.total || 0);
425425
const totalHeal = Number(sum.total_healing?.total || 0);
426426

427-
// skip si aucun dégât/soin
427+
// skip si peu de dégâts/soins
428428
if (totalDamage <= 5000 && totalHeal <= 5000) return null;
429429

430430
const skills = u.getSkillSummary() || {};

0 commit comments

Comments
 (0)