mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-23 04:19:36 +08:00
bug
This commit is contained in:
parent
f22ed65a51
commit
d928656036
@ -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 _);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user