mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-22 03:49:35 +08:00
bug
This commit is contained in:
parent
f22ed65a51
commit
d928656036
@ -516,7 +516,7 @@ namespace Oshima.FunGame.OshimaServers
|
|||||||
这次发放的空投 = [new 攻击之爪50()];
|
这次发放的空投 = [new 攻击之爪50()];
|
||||||
foreach (Item item in 这次发放的空投)
|
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