Send modified item inventory update with checkAndEquipAmmunition method.
This commit is contained in:
@@ -5880,7 +5880,9 @@ public class PlayerInstance extends Playable
|
||||
if (ammunition != null)
|
||||
{
|
||||
addAmmunitionSkills(ammunition);
|
||||
sendItemList();
|
||||
final InventoryUpdate iu = new InventoryUpdate();
|
||||
iu.addModifiedItem(ammunition);
|
||||
sendInventoryUpdate(iu);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user