diff --git a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs index 3ead1cc2..4d81b09f 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs @@ -546,58 +546,15 @@ public class QuestHelper( return GetQuestsWithOnlyLevelRequirementStartCondition(quests); } - /** - * Sets the item stack to new value, or delete the item if value - * < - * = - * 0 - * / - * / - * TODO - * maybe - * merge - * this - * function - * and - * the - * one - * from - * customization - * @ - * param - * pmcData - * Profile - * @ - * param - * itemId - * id - * of - * item - * to - * adjust - * stack - * size - * of - * @ - * param - * newStackSize - * Stack - * size - * to - * adjust - * to - * @ - * param - * sessionID - * Session - * id - * @ - * param - * output - * ItemEvent - * router - * response - */ + /// + /// Sets the item stack to new value, or delete the item if value <= 0 + /// TODO: maybe merge this function and the one from customization + /// + /// Profile + /// Id of item to adjust stack size of + /// Stack size to adjust to + /// Session id + /// ItemEvent router response public void ChangeItemStack( PmcData pmcData, string itemId,