diff --git a/OshimaServers/FastAutoServer.cs b/OshimaServers/FastAutoServer.cs index a1e9cd0..a49b4a7 100644 --- a/OshimaServers/FastAutoServer.cs +++ b/OshimaServers/FastAutoServer.cs @@ -516,7 +516,7 @@ namespace Oshima.FunGame.OshimaServers 这次发放的空投 = [new 攻击之爪50()]; foreach (Item item in 这次发放的空投) { - queue.Equip(character, EquipSlotType.Accessory1, item); + queue.Equip(character, EquipSlotType.Accessory1, item, out _); } } }