Copy changes from node-server

This commit is contained in:
Chomp
2025-04-16 11:55:51 +01:00
parent dc4935e8ff
commit 00e94e2f25
4 changed files with 579 additions and 554 deletions
@@ -458,6 +458,9 @@ public class LootGenerator(
var presetAndMods = _itemHelper.ReplaceIDs(_cloner.Clone(chosenPreset.Items));
_itemHelper.RemapRootItemId(presetAndMods);
_itemHelper.SetFoundInRaid(presetAndMods);
// Add chosen preset tpl to result array
foreach (var item in presetAndMods)
{