diff --git a/KitchenSink/Commands/DropboxQueue.cs b/KitchenSink/Commands/DropboxQueue.cs index b29b2c9..c388d17 100644 --- a/KitchenSink/Commands/DropboxQueue.cs +++ b/KitchenSink/Commands/DropboxQueue.cs @@ -25,6 +25,20 @@ internal sealed class DropboxQueue : IDisposable InventoryType.Inventory4, InventoryType.Crystals, InventoryType.Currency, + + InventoryType.ArmoryMainHand, + InventoryType.ArmoryOffHand, + + InventoryType.ArmoryHead, + InventoryType.ArmoryBody, + InventoryType.ArmoryHands, + InventoryType.ArmoryLegs, + InventoryType.ArmoryFeets, + + InventoryType.ArmoryEar, + InventoryType.ArmoryNeck, + InventoryType.ArmoryWrist, + InventoryType.ArmoryRings, ]; private readonly ICommandManager _commandManager; @@ -251,8 +265,8 @@ internal sealed class DropboxQueue : IDisposable private readonly DalamudReflector _reflector; private readonly IPluginLog _pluginLog; private readonly ICallGateSubscriber _beginTradingQueue; - private readonly ICallGateSubscriber _getItemQuantity; - private readonly ICallGateSubscriber _setItemQuantity; + private readonly ICallGateSubscriber _getItemQuantity; + private readonly ICallGateSubscriber _setItemQuantity; public DropboxApi(IDalamudPluginInterface pluginInterface, DalamudReflector reflector, IPluginLog pluginLog) {