Fix migration update.

This commit is contained in:
Ottermandias 2023-07-13 02:20:47 +02:00
parent bbbc7e9ada
commit c30dd67995
5 changed files with 5 additions and 4 deletions

View file

@ -168,6 +168,7 @@ public class ItemUnlockManager : ISavable, IDisposable
var container = inventoryManager->GetInventoryContainer(type);
if (container != null && container->Loaded != 0 && _currentInventoryIndex < container->Size)
{
Glamourer.Log.Excessive($"[UnlockScanner] Scanning {_currentInventory} {type} {_currentInventoryIndex}/{container->Size}.");
var item = container->GetInventorySlot(_currentInventoryIndex++);
if (item != null)
{