}
L2WorldRegion oldregion = getPosition().getWorldRegion();
// Create a server->client GetItem packet to pick up the L2ItemInstance
GetItem gi = new GetItem((L2ItemInstance) this, player.getObjectId());
player.broadcastPacket(gi);
gi = null;
synchronized (this)
{