Rename method to GetItemWithChildren

This commit is contained in:
Chomp
2025-07-22 20:43:08 +01:00
parent 7bf52b9240
commit 731b79519f
19 changed files with 52 additions and 56 deletions
@@ -341,7 +341,7 @@ public class TradeController(
TraderBase traderDetails
)
{
var itemWithChildren = items.FindAndReturnChildrenAsItems(parentItemId);
var itemWithChildren = items.GetItemWithChildren(parentItemId);
var totalPrice = 0;
foreach (var itemToSell in itemWithChildren)