Converted strings into MongoId type

This commit is contained in:
Chomp
2025-07-05 11:03:09 +01:00
parent bec75e6a88
commit 8253215410
37 changed files with 157 additions and 143 deletions
@@ -599,7 +599,7 @@ public class InventoryController(
/// <param name="request"></param>
/// <param name="sessionId">Session/Player id</param>
/// <returns>Item tpl</returns>
protected string? GetExaminedItemTpl(InventoryExamineRequestData request, string? sessionId)
protected MongoId? GetExaminedItemTpl(InventoryExamineRequestData request, string? sessionId)
{
if (_presetHelper.IsPreset(request.Item))
{