This commit is contained in:
milimoe 2024-12-08 02:09:40 +08:00
parent f22ed65a51
commit d928656036
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -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 _);
}
}
}