From d9286560368f73001f952abc1a2bc985580ab839 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 8 Dec 2024 02:09:40 +0800 Subject: [PATCH] bug --- OshimaServers/FastAutoServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _); } } }