diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 5c7886a..b800a20 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -5,8 +5,8 @@ x64 Glamourer Glamourer - 0.2.0.0 - 0.2.0.0 + 0.2.0.1 + 0.2.0.1 SoftOtter Glamourer Copyright © 2020 diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 38643d2..fc46b26 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -5,7 +5,7 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "0.2.0.0", + "AssemblyVersion": "0.2.0.1", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8, diff --git a/Glamourer/Unlocks/ItemUnlockManager.cs b/Glamourer/Unlocks/ItemUnlockManager.cs index 2321990..7aa6909 100644 --- a/Glamourer/Unlocks/ItemUnlockManager.cs +++ b/Glamourer/Unlocks/ItemUnlockManager.cs @@ -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) { diff --git a/GlamourerTest.zip b/GlamourerTest.zip index 753b22a..b9e0ee4 100644 Binary files a/GlamourerTest.zip and b/GlamourerTest.zip differ diff --git a/repo.json b/repo.json index 145dc6c..a854b43 100644 --- a/repo.json +++ b/repo.json @@ -7,7 +7,7 @@ "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", "AssemblyVersion": "0.1.1.5", - "TestingAssemblyVersion": "0.2.0.0", + "TestingAssemblyVersion": "0.2.0.1", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8,