This commit is contained in:
@@ -32,7 +32,7 @@ public class ChangeMultipleUserStatBoosts : Script
|
||||
EventBatchId batchId = new();
|
||||
foreach (var stat in _statBoosts)
|
||||
{
|
||||
move.User.ChangeStatBoost(stat.Key, stat.Value, true, batchId);
|
||||
move.User.ChangeStatBoost(stat.Key, stat.Value, true, false, batchId);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user