_activeChar.sendPacket(new VehicleInfo((L2BoatInstance) object));
((L2BoatInstance) object).sendVehicleDeparture(_activeChar);
}
}
else if (object instanceof L2StaticObjectInstance)
_activeChar.sendPacket(new StaticObject((L2StaticObjectInstance) object));
else if (object instanceof L2NpcInstance)
_activeChar.sendPacket(new NpcInfo((L2NpcInstance) object, _activeChar));
else if (object instanceof L2Summon)
{
L2Summon summon = (L2Summon) object;