mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 21:47:44 +01:00
Fix migration update.
This commit is contained in:
parent
bbbc7e9ada
commit
c30dd67995
5 changed files with 5 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue