Send item list when adding new adena instance.
This commit is contained in:
@ -3041,16 +3041,16 @@ public class Player extends Playable
|
||||
// Send update packet
|
||||
if (!Config.FORCE_INVENTORY_UPDATE)
|
||||
{
|
||||
final InventoryUpdate iu = new InventoryUpdate();
|
||||
if (count == getAdena())
|
||||
{
|
||||
iu.addNewItem(_inventory.getAdenaInstance());
|
||||
sendItemList(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
final InventoryUpdate iu = new InventoryUpdate();
|
||||
iu.addModifiedItem(_inventory.getAdenaInstance());
|
||||
sendInventoryUpdate(iu);
|
||||
}
|
||||
sendInventoryUpdate(iu);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user