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