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